Html Css Color HEX #866AAA Deluge

📋 copy color: '#866AAA'

red 134 ◦ green 106 ◦ blue 170

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

Shades of Deluge #866AAA

Tints of Deluge #866AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 32.68%
G = 25.85%
B = 41.46%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866AAA (or 0x866AAA) is known color: Deluge. HEX triplet: 86, 6A and AA. RGB value is (134,106,170). Sum of RGB (Red+Green+Blue) = 134+106+170=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #866AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AAA is #799555. Grayscale: #797979. Windows color (decimal): -7968086 or 11168390. OLE color: 11168390.

HSL color Cylindrical-coordinate representation of color #866AAA: hue angle of 266.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866AAA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 106 170 -
CMYK 0.21 0.38 0 0.33
HSL 266.25º 0.27% 0.54% -
HSV(B) 266.25º 0.38% 0.67% -
XYZ 22.24 18.28 40.39 -
YUV 121.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 134 106 170 0.21 0.38 0 0.33 266.25 0.27 0.54
Hex 86 6A AA 15 26 0 21 10A 1B 36
Octal 206 152 252 25 46 0 41 412 33 66
Binary 10000110 1101010 10101010 10101 100110 0 100001 100001010 11011 110110

Color Harmonies of #866AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AAA

Black with #866AAA

Text Example


Text Example

White with #866AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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