Html Css Color HEX #8380AD Deluge

📋 copy color: '#8380AD'

red 131 ◦ green 128 ◦ blue 173

#8380AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #8380AD

Tints of Deluge #8380AD

RGB

 RED value IS 131 (51.56% from 255) = 30.32%

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 30.32%
G = 29.63%
B = 40.05%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8380AD (or 0x8380AD) is known color: Deluge. HEX triplet: 83, 80 and AD. RGB value is (131,128,173). Sum of RGB (Red+Green+Blue) = 131+128+173=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #8380AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8380AD is #7C7F52. Grayscale: #858585. Windows color (decimal): -8159059 or 11370627. OLE color: 11370627.

HSL color Cylindrical-coordinate representation of color #8380AD: hue angle of 244º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8380AD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 128 173 -
CMYK 0.24 0.26 0 0.32
HSL 244º 0.22% 0.59% -
HSV(B) 244º 0.26% 0.68% -
XYZ 24.62 23.28 42.73 -
YUV 134.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 131 128 173 0.24 0.26 0 0.32 244 0.22 0.59
Hex 83 80 AD 18 1A 0 20 F4 16 3B
Octal 203 200 255 30 32 0 40 364 26 73
Binary 10000011 10000000 10101101 11000 11010 0 100000 11110100 10110 111011

Color Harmonies of #8380AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380AD

Black with #8380AD

Text Example


Text Example

White with #8380AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8380AD; }

 p { color: rgb(131,128,173); }

 H1.HeaderClassName
 {
   color: #8380AD;
 }
 .AnyTagClassName
 {
   color: #8380AD;
 }
</style>

background-color css

<style>
 a { background-color: #8380AD; }

 a { background-color: rgb(131,128,173); }

 div.DivClassName
 {
   background-color: #8380AD;
 }
 .BgClassName
 {
   background-color: #8380AD;
 }
</style>

border-color css

<style>
 span { border-color: #8380AD; }

 span { border-color: rgb(131,128,173); }

 td.TdClassName
 {
   border-color: #8380AD;
 }
 .TagClassName
 {
   border-color: #8380AD;
 }
</style>