Html Css Color HEX #816CAD Deluge

📋 copy color: '#816CAD'

red 129 ◦ green 108 ◦ blue 173

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

Shades of Deluge #816CAD

Tints of Deluge #816CAD

RGB

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

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

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

R = 31.46%
G = 26.34%
B = 42.2%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#816CAD (or 0x816CAD) is known color: Deluge. HEX triplet: 81, 6C and AD. RGB value is (129,108,173). Sum of RGB (Red+Green+Blue) = 129+108+173=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #816CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816CAD is #7E9352. Grayscale: #797979. Windows color (decimal): -8295251 or 11365505. OLE color: 11365505.

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

Color convert

RGB 129 108 173 -
CMYK 0.25 0.38 0 0.32
HSL 259.38º 0.28% 0.55% -
HSV(B) 259.38º 0.38% 0.68% -
XYZ 21.96 18.41 41.93 -
YUV 121.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 129 108 173 0.25 0.38 0 0.32 259.38 0.28 0.55
Hex 81 6C AD 19 26 0 20 103 1C 37
Octal 201 154 255 31 46 0 40 403 34 67
Binary 10000001 1101100 10101101 11001 100110 0 100000 100000011 11100 110111

Color Harmonies of #816CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CAD

Black with #816CAD

Text Example


Text Example

White with #816CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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