Html Css Color HEX #866DA9 Deluge

📋 copy color: '#866DA9'

red 134 ◦ green 109 ◦ blue 169

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

Shades of Deluge #866DA9

Tints of Deluge #866DA9

RGB

 RED value IS 134 (52.73% from 255) = 32.52%

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 32.52%
G = 26.46%
B = 41.02%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#866DA9 (or 0x866DA9) is known color: Deluge. HEX triplet: 86, 6D and A9. RGB value is (134,109,169). Sum of RGB (Red+Green+Blue) = 134+109+169=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #866DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DA9 is #799256. Grayscale: #7B7B7B. Windows color (decimal): -7967319 or 11103622. OLE color: 11103622.

HSL color Cylindrical-coordinate representation of color #866DA9: hue angle of 265º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866DA9 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 109 169 -
CMYK 0.21 0.36 0 0.34
HSL 265º 0.26% 0.55% -
HSV(B) 265º 0.36% 0.66% -
XYZ 22.46 18.87 39.99 -
YUV 123.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 134 109 169 0.21 0.36 0 0.34 265 0.26 0.55
Hex 86 6D A9 15 24 0 22 109 1A 37
Octal 206 155 251 25 44 0 42 411 32 67
Binary 10000110 1101101 10101001 10101 100100 0 100010 100001001 11010 110111

Color Harmonies of #866DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DA9

Black with #866DA9

Text Example


Text Example

White with #866DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DA9; }

 p { color: rgb(134,109,169); }

 H1.HeaderClassName
 {
   color: #866DA9;
 }
 .AnyTagClassName
 {
   color: #866DA9;
 }
</style>

background-color css

<style>
 a { background-color: #866DA9; }

 a { background-color: rgb(134,109,169); }

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

border-color css

<style>
 span { border-color: #866DA9; }

 span { border-color: rgb(134,109,169); }

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