Html Css Color HEX #806ABC True V

📋 copy color: '#806ABC'

red 128 ◦ green 106 ◦ blue 188

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

Shades of True V #806ABC

Tints of True V #806ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 30.33%
G = 25.12%
B = 44.55%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#806ABC (or 0x806ABC) is known color: True V. HEX triplet: 80, 6A and BC. RGB value is (128,106,188). Sum of RGB (Red+Green+Blue) = 128+106+188=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #806ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABC is #7F9543. Grayscale: #797979. Windows color (decimal): -8361284 or 12348032. OLE color: 12348032.

HSL color Cylindrical-coordinate representation of color #806ABC: hue angle of 256.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806ABC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 106 188 -
CMYK 0.32 0.44 0 0.26
HSL 256.1º 0.38% 0.58% -
HSV(B) 256.1º 0.44% 0.74% -
XYZ 23.13 18.53 49.93 -
YUV 121.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 128 106 188 0.32 0.44 0 0.26 256.1 0.38 0.58
Hex 80 6A BC 20 2C 0 1A 100 26 3A
Octal 200 152 274 40 54 0 32 400 46 72
Binary 10000000 1101010 10111100 100000 101100 0 11010 100000000 100110 111010

Color Harmonies of #806ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ABC

Black with #806ABC

Text Example


Text Example

White with #806ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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