Html Css Color HEX #806BAA Deluge

📋 copy color: '#806BAA'

red 128 ◦ green 107 ◦ blue 170

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

Shades of Deluge #806BAA

Tints of Deluge #806BAA

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 31.6%
G = 26.42%
B = 41.98%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806BAA (or 0x806BAA) is known color: Deluge. HEX triplet: 80, 6B and AA. RGB value is (128,107,170). Sum of RGB (Red+Green+Blue) = 128+107+170=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #806BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAA is #7F9455. Grayscale: #787878. Windows color (decimal): -8361046 or 11168640. OLE color: 11168640.

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

Color convert

RGB 128 107 170 -
CMYK 0.25 0.37 0 0.33
HSL 260º 0.27% 0.54% -
HSV(B) 260º 0.37% 0.67% -
XYZ 21.42 18.01 40.38 -
YUV 120.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 128 107 170 0.25 0.37 0 0.33 260 0.27 0.54
Hex 80 6B AA 19 25 0 21 104 1B 36
Octal 200 153 252 31 45 0 41 404 33 66
Binary 10000000 1101011 10101010 11001 100101 0 100001 100000100 11011 110110

Color Harmonies of #806BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BAA

Black with #806BAA

Text Example


Text Example

White with #806BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806BAA; }

 p { color: rgb(128,107,170); }

 H1.HeaderClassName
 {
   color: #806BAA;
 }
 .AnyTagClassName
 {
   color: #806BAA;
 }
</style>

background-color css

<style>
 a { background-color: #806BAA; }

 a { background-color: rgb(128,107,170); }

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

border-color css

<style>
 span { border-color: #806BAA; }

 span { border-color: rgb(128,107,170); }

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