#9077C1

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

Shades of True V #9077C1

Tints of True V #9077C1

Color information

#9077C1 (or 0x9077C1) is unknown color: approx True V. HEX triplet: 90, 77 and C1. RGB value is (144,119,193). Sum of RGB (Red+Green+Blue) = 144+119+193=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #9077C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077C1 is #6F883E. Grayscale: #868686. Windows color (decimal): -7309375 or 12679056. OLE color: 12679056.

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

Color convert

RGB144119193-
CMYK0.250.3800.24
HSL260.27º37.37%61.18%-
HSV(B)260.27º38.34%75.69%-
XYZ27.7222.9753.43-
YUV134.91160.78134.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=31.58%
G=26.10%
B=42.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441191930.250.3800.24260.2737.3761.18
Hex9077C11926018104253d
Octal22016730131460304044575
Binary1001000011101111100000111001100110011000100000100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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