Html Css Color HEX #8060BA True V

📋 copy color: '#8060BA'

red 128 ◦ green 96 ◦ blue 186

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

Shades of True V #8060BA

Tints of True V #8060BA

RGB

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

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

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

R = 31.22%
G = 23.41%
B = 45.37%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8060BA (or 0x8060BA) is known color: True V. HEX triplet: 80, 60 and BA. RGB value is (128,96,186). Sum of RGB (Red+Green+Blue) = 128+96+186=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #8060BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060BA is #7F9F45. Grayscale: #737373. Windows color (decimal): -8363846 or 12214400. OLE color: 12214400.

HSL color Cylindrical-coordinate representation of color #8060BA: hue angle of 261.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8060BA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 96 186 -
CMYK 0.31 0.48 0 0.27
HSL 261.33º 0.39% 0.55% -
HSV(B) 261.33º 0.48% 0.73% -
XYZ 21.95 16.5 48.48 -
YUV 115.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 128 96 186 0.31 0.48 0 0.27 261.33 0.39 0.55
Hex 80 60 BA 1F 30 0 1B 105 27 37
Octal 200 140 272 37 60 0 33 405 47 67
Binary 10000000 1100000 10111010 11111 110000 0 11011 100000101 100111 110111

Color Harmonies of #8060BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8060BA

Black with #8060BA

Text Example


Text Example

White with #8060BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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