Html Css Color HEX #806ABA True V

📋 copy color: '#806ABA'

red 128 ◦ green 106 ◦ blue 186

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

Shades of True V #806ABA

Tints of True V #806ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 30.48%
G = 25.24%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#806ABA (or 0x806ABA) is known color: True V. HEX triplet: 80, 6A and BA. RGB value is (128,106,186). Sum of RGB (Red+Green+Blue) = 128+106+186=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #806ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABA is #7F9545. Grayscale: #797979. Windows color (decimal): -8361286 or 12216960. OLE color: 12216960.

HSL color Cylindrical-coordinate representation of color #806ABA: hue angle of 256.5º 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 #806ABA is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 106 186 -
CMYK 0.31 0.43 0 0.27
HSL 256.5º 0.37% 0.57% -
HSV(B) 256.5º 0.43% 0.73% -
XYZ 22.92 18.44 48.81 -
YUV 121.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 128 106 186 0.31 0.43 0 0.27 256.5 0.37 0.57
Hex 80 6A BA 1F 2B 0 1B 100 25 39
Octal 200 152 272 37 53 0 33 400 45 71
Binary 10000000 1101010 10111010 11111 101011 0 11011 100000000 100101 111001

Color Harmonies of #806ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ABA

Black with #806ABA

Text Example


Text Example

White with #806ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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