Html Css Color HEX #806ABE True V

📋 copy color: '#806ABE'

red 128 ◦ green 106 ◦ blue 190

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

Shades of True V #806ABE

Tints of True V #806ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 30.19%
G = 25%
B = 44.81%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#806ABE (or 0x806ABE) is known color: True V. HEX triplet: 80, 6A and BE. RGB value is (128,106,190). Sum of RGB (Red+Green+Blue) = 128+106+190=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #806ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABE is #7F9541. Grayscale: #797979. Windows color (decimal): -8361282 or 12479104. OLE color: 12479104.

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

Color convert

RGB 128 106 190 -
CMYK 0.33 0.44 0 0.25
HSL 255.71º 0.39% 0.58% -
HSV(B) 255.71º 0.44% 0.75% -
XYZ 23.35 18.61 51.08 -
YUV 122.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 128 106 190 0.33 0.44 0 0.25 255.71 0.39 0.58
Hex 80 6A BE 21 2C 0 19 100 27 3A
Octal 200 152 276 41 54 0 31 400 47 72
Binary 10000000 1101010 10111110 100001 101100 0 11001 100000000 100111 111010

Color Harmonies of #806ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ABE

Black with #806ABE

Text Example


Text Example

White with #806ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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