Html Css Color HEX #806ABB True V

📋 copy color: '#806ABB'

red 128 ◦ green 106 ◦ blue 187

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

Shades of True V #806ABB

Tints of True V #806ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 30.4%
G = 25.18%
B = 44.42%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#806ABB (or 0x806ABB) is known color: True V. HEX triplet: 80, 6A and BB. RGB value is (128,106,187). Sum of RGB (Red+Green+Blue) = 128+106+187=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #806ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABB is #7F9544. Grayscale: #797979. Windows color (decimal): -8361285 or 12282496. OLE color: 12282496.

HSL color Cylindrical-coordinate representation of color #806ABB: hue angle of 256.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806ABB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 106 187 -
CMYK 0.32 0.43 0 0.27
HSL 256.3º 0.37% 0.57% -
HSV(B) 256.3º 0.43% 0.73% -
XYZ 23.03 18.49 49.37 -
YUV 121.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 128 106 187 0.32 0.43 0 0.27 256.3 0.37 0.57
Hex 80 6A BB 20 2B 0 1B 100 25 39
Octal 200 152 273 40 53 0 33 400 45 71
Binary 10000000 1101010 10111011 100000 101011 0 11011 100000000 100101 111001

Color Harmonies of #806ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ABB

Black with #806ABB

Text Example


Text Example

White with #806ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,106,187); }

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

background-color css

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

 a { background-color: rgb(128,106,187); }

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

border-color css

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

 span { border-color: rgb(128,106,187); }

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