#9577CD

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

Shades of True V #9577CD

Tints of True V #9577CD

Color information

#9577CD (or 0x9577CD) is unknown color: approx True V. HEX triplet: 95, 77 and CD. RGB value is (149,119,205). Sum of RGB (Red+Green+Blue) = 149+119+205=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9577CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577CD is #6A8832. Grayscale: #898989. Windows color (decimal): -6981683 or 13465493. OLE color: 13465493.

HSL color Cylindrical-coordinate representation of color #9577CD: hue angle of 260.93º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9577CD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149119205-
CMYK0.270.4200.20
HSL260.93º46.24%63.53%-
HSV(B)260.93º41.95%80.39%-
XYZ30.0123.9960.81-
YUV137.77165.94136.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=31.50%
G=25.16%
B=43.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491192050.270.4200.20260.9346.2463.53
Hex9577CD1B2A0141052e40
Octal225167315335202440556100
Binary10010101111011111001101110111010100101001000001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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