Html Css Color HEX #816CAC Deluge

📋 copy color: '#816CAC'

red 129 ◦ green 108 ◦ blue 172

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

Shades of Deluge #816CAC

Tints of Deluge #816CAC

RGB

 RED value IS 129 (50.78% from 255) = 31.54%

 GREEN value IS 108 (42.58% from 255) = 26.41%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 31.54%
G = 26.41%
B = 42.05%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#816CAC (or 0x816CAC) is known color: Deluge. HEX triplet: 81, 6C and AC. RGB value is (129,108,172). Sum of RGB (Red+Green+Blue) = 129+108+172=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #816CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816CAC is #7E9353. Grayscale: #797979. Windows color (decimal): -8295252 or 11299969. OLE color: 11299969.

HSL color Cylindrical-coordinate representation of color #816CAC: hue angle of 259.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816CAC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 108 172 -
CMYK 0.25 0.37 0 0.33
HSL 259.69º 0.28% 0.55% -
HSV(B) 259.69º 0.37% 0.67% -
XYZ 21.86 18.37 41.42 -
YUV 121.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 129 108 172 0.25 0.37 0 0.33 259.69 0.28 0.55
Hex 81 6C AC 19 25 0 21 104 1C 37
Octal 201 154 254 31 45 0 41 404 34 67
Binary 10000001 1101100 10101100 11001 100101 0 100001 100000100 11100 110111

Color Harmonies of #816CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CAC

Black with #816CAC

Text Example


Text Example

White with #816CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816CAC; }

 p { color: rgb(129,108,172); }

 H1.HeaderClassName
 {
   color: #816CAC;
 }
 .AnyTagClassName
 {
   color: #816CAC;
 }
</style>

background-color css

<style>
 a { background-color: #816CAC; }

 a { background-color: rgb(129,108,172); }

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

border-color css

<style>
 span { border-color: #816CAC; }

 span { border-color: rgb(129,108,172); }

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