#9076CB

Color #9076CB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9076CB

Tints of True V #9076CB

Color information

#9076CB (or 0x9076CB) is unknown color: approx True V. HEX triplet: 90, 76 and CB. RGB value is (144,118,203). Sum of RGB (Red+Green+Blue) = 144+118+203=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #9076CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076CB is #6F8934. Grayscale: #878787. Windows color (decimal): -7309621 or 13334160. OLE color: 13334160.

HSL color Cylindrical-coordinate representation of color #9076CB: hue angle of 258.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9076CB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144118203-
CMYK0.290.4200.20
HSL258.35º44.97%62.94%-
HSV(B)258.35º41.87%79.61%-
XYZ28.7623.259.46-
YUV135.46166.11134.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=30.97%
G=25.38%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441182030.290.4200.20258.3544.9762.94
Hex9076CB1D2A0141022d3f
Octal22016631335520244025577
Binary1001000011101101100101111101101010010100100000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9076CB; }

 p { color: rgb(144,118,203); }

 H1.HeaderClassName
 {
   color: #9076CB;
 }
 .AnyTagClassName
 {
   color: #9076CB;
 }
</style>
background-color css

<style>
 a { background-color: #9076CB; }

 a { background-color: rgb(144,118,203); }

 div.DivClassName
 {
   background-color: #9076CB;
 }
 .BgClassName
 {
   background-color: #9076CB;
 }
</style>
border-color css

<style>
 span { border-color: #9076CB; }

 span { border-color: rgb(144,118,203); }

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