Html Css Color HEX #866DAC Deluge

📋 copy color: '#866DAC'

red 134 ◦ green 109 ◦ blue 172

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

Shades of Deluge #866DAC

Tints of Deluge #866DAC

RGB

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

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

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

R = 32.29%
G = 26.27%
B = 41.45%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866DAC (or 0x866DAC) is known color: Deluge. HEX triplet: 86, 6D and AC. RGB value is (134,109,172). Sum of RGB (Red+Green+Blue) = 134+109+172=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #866DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAC is #799253. Grayscale: #7B7B7B. Windows color (decimal): -7967316 or 11300230. OLE color: 11300230.

HSL color Cylindrical-coordinate representation of color #866DAC: hue angle of 263.81º 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 #866DAC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 109 172 -
CMYK 0.22 0.37 0 0.33
HSL 263.81º 0.28% 0.55% -
HSV(B) 263.81º 0.37% 0.67% -
XYZ 22.75 18.98 41.5 -
YUV 123.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 134 109 172 0.22 0.37 0 0.33 263.81 0.28 0.55
Hex 86 6D AC 16 25 0 21 108 1C 37
Octal 206 155 254 26 45 0 41 410 34 67
Binary 10000110 1101101 10101100 10110 100101 0 100001 100001000 11100 110111

Color Harmonies of #866DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DAC

Black with #866DAC

Text Example


Text Example

White with #866DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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