Html Css Color HEX #806ABF True V

📋 copy color: '#806ABF'

red 128 ◦ green 106 ◦ blue 191

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

Shades of True V #806ABF

Tints of True V #806ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 30.12%
G = 24.94%
B = 44.94%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#806ABF (or 0x806ABF) is known color: True V. HEX triplet: 80, 6A and BF. RGB value is (128,106,191). Sum of RGB (Red+Green+Blue) = 128+106+191=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #806ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABF is #7F9540. Grayscale: #797979. Windows color (decimal): -8361281 or 12544640. OLE color: 12544640.

HSL color Cylindrical-coordinate representation of color #806ABF: hue angle of 255.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806ABF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 106 191 -
CMYK 0.33 0.45 0 0.25
HSL 255.53º 0.4% 0.58% -
HSV(B) 255.53º 0.45% 0.75% -
XYZ 23.46 18.66 51.66 -
YUV 122.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 128 106 191 0.33 0.45 0 0.25 255.53 0.4 0.58
Hex 80 6A BF 21 2D 0 19 100 28 3A
Octal 200 152 277 41 55 0 31 400 50 72
Binary 10000000 1101010 10111111 100001 101101 0 11001 100000000 101000 111010

Color Harmonies of #806ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ABF

Black with #806ABF

Text Example


Text Example

White with #806ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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