#9077BC

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

Shades of True V #9077BC

Tints of True V #9077BC

Color information

#9077BC (or 0x9077BC) is unknown color: approx True V. HEX triplet: 90, 77 and BC. RGB value is (144,119,188). Sum of RGB (Red+Green+Blue) = 144+119+188=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #9077BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BC is #6F8843. Grayscale: #868686. Windows color (decimal): -7309380 or 12351376. OLE color: 12351376.

HSL color Cylindrical-coordinate representation of color #9077BC: hue angle of 261.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9077BC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144119188-
CMYK0.230.3700.26
HSL261.74º33.99%60.2%-
HSV(B)261.74º36.7%73.73%-
XYZ27.1822.7550.54-
YUV134.34158.28134.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=31.93%
G=26.39%
B=41.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441191880.230.3700.26261.7433.9960.2
Hex9077BC172501A106223c
Octal22016727427450324064274
Binary1001000011101111011110010111100101011010100000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077BC; }

 p { color: rgb(144,119,188); }

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

<style>
 a { background-color: #9077BC; }

 a { background-color: rgb(144,119,188); }

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

<style>
 span { border-color: #9077BC; }

 span { border-color: rgb(144,119,188); }

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