Html Css Color HEX #866AAD Deluge

📋 copy color: '#866AAD'

red 134 ◦ green 106 ◦ blue 173

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

Shades of Deluge #866AAD

Tints of Deluge #866AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

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

R = 32.45%
G = 25.67%
B = 41.89%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#866AAD (or 0x866AAD) is known color: Deluge. HEX triplet: 86, 6A and AD. RGB value is (134,106,173). Sum of RGB (Red+Green+Blue) = 134+106+173=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #866AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AAD is #799552. Grayscale: #797979. Windows color (decimal): -7968083 or 11364998. OLE color: 11364998.

HSL color Cylindrical-coordinate representation of color #866AAD: hue angle of 265.07º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866AAD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 106 173 -
CMYK 0.23 0.39 0 0.32
HSL 265.07º 0.29% 0.55% -
HSV(B) 265.07º 0.39% 0.68% -
XYZ 22.53 18.39 41.9 -
YUV 122.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 134 106 173 0.23 0.39 0 0.32 265.07 0.29 0.55
Hex 86 6A AD 17 27 0 20 109 1D 37
Octal 206 152 255 27 47 0 40 411 35 67
Binary 10000110 1101010 10101101 10111 100111 0 100000 100001001 11101 110111

Color Harmonies of #866AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AAD

Black with #866AAD

Text Example


Text Example

White with #866AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,173); }

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

background-color css

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

 a { background-color: rgb(134,106,173); }

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

border-color css

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

 span { border-color: rgb(134,106,173); }

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