#9077BE

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

Shades of True V #9077BE

Tints of True V #9077BE

Color information

#9077BE (or 0x9077BE) is unknown color: approx True V. HEX triplet: 90, 77 and BE. RGB value is (144,119,190). Sum of RGB (Red+Green+Blue) = 144+119+190=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9077BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BE is #6F8841. Grayscale: #868686. Windows color (decimal): -7309378 or 12482448. OLE color: 12482448.

HSL color Cylindrical-coordinate representation of color #9077BE: hue angle of 261.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9077BE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144119190-
CMYK0.240.3700.25
HSL261.13º35.32%60.59%-
HSV(B)261.13º37.37%74.51%-
XYZ27.3922.8451.68-
YUV134.57159.28134.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=31.79%
G=26.27%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441191900.240.3700.25261.1335.3260.59
Hex9077BE1825019105233d
Octal22016727630450314054375
Binary1001000011101111011111011000100101011001100000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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