#9577CA

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

Shades of True V #9577CA

Tints of True V #9577CA

Color information

#9577CA (or 0x9577CA) is unknown color: approx True V. HEX triplet: 95, 77 and CA. RGB value is (149,119,202). Sum of RGB (Red+Green+Blue) = 149+119+202=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #9577CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577CA is #6A8835. Grayscale: #898989. Windows color (decimal): -6981686 or 13268885. OLE color: 13268885.

HSL color Cylindrical-coordinate representation of color #9577CA: hue angle of 261.69º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9577CA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149119202-
CMYK0.260.4100.21
HSL261.69º43.92%62.94%-
HSV(B)261.69º41.09%79.22%-
XYZ29.6523.8558.92-
YUV137.43164.44136.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=31.70%
G=25.32%
B=42.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491192020.260.4100.21261.6943.9262.94
Hex9577CA1A290151062c3f
Octal22516731232510254065477
Binary1001010111101111100101011010101001010101100000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9577CA; }

 p { color: rgb(149,119,202); }

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

<style>
 a { background-color: #9577CA; }

 a { background-color: rgb(149,119,202); }

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

<style>
 span { border-color: #9577CA; }

 span { border-color: rgb(149,119,202); }

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