Html Css Color HEX #8060C1 True V

📋 copy color: '#8060C1'

red 128 ◦ green 96 ◦ blue 193

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

Shades of True V #8060C1

Tints of True V #8060C1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 30.7%
G = 23.02%
B = 46.28%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8060C1 (or 0x8060C1) is known color: True V. HEX triplet: 80, 60 and C1. RGB value is (128,96,193). Sum of RGB (Red+Green+Blue) = 128+96+193=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #8060C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060C1 is #7F9F3E. Grayscale: #747474. Windows color (decimal): -8363839 or 12673152. OLE color: 12673152.

HSL color Cylindrical-coordinate representation of color #8060C1: hue angle of 259.79º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8060C1 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 96 193 -
CMYK 0.34 0.50 0 0.24
HSL 259.79º 0.44% 0.57% -
HSV(B) 259.79º 0.5% 0.76% -
XYZ 22.71 16.81 52.5 -
YUV 116.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 128 96 193 0.34 0.50 0 0.24 259.79 0.44 0.57
Hex 80 60 C1 22 32 0 18 104 2C 39
Octal 200 140 301 42 62 0 30 404 54 71
Binary 10000000 1100000 11000001 100010 110010 0 11000 100000100 101100 111001

Color Harmonies of #8060C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8060C1

Black with #8060C1

Text Example


Text Example

White with #8060C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8060C1; }

 p { color: rgb(128,96,193); }

 H1.HeaderClassName
 {
   color: #8060C1;
 }
 .AnyTagClassName
 {
   color: #8060C1;
 }
</style>

background-color css

<style>
 a { background-color: #8060C1; }

 a { background-color: rgb(128,96,193); }

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

border-color css

<style>
 span { border-color: #8060C1; }

 span { border-color: rgb(128,96,193); }

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