#9577CE

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

Shades of True V #9577CE

Tints of True V #9577CE

Color information

#9577CE (or 0x9577CE) is unknown color: approx True V. HEX triplet: 95, 77 and CE. RGB value is (149,119,206). Sum of RGB (Red+Green+Blue) = 149+119+206=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9577CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577CE is #6A8831. Grayscale: #898989. Windows color (decimal): -6981682 or 13531029. OLE color: 13531029.

HSL color Cylindrical-coordinate representation of color #9577CE: hue angle of 260.69º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9577CE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149119206-
CMYK0.280.4200.19
HSL260.69º47.03%63.73%-
HSV(B)260.69º42.23%80.78%-
XYZ30.1324.0461.44-
YUV137.89166.44135.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=31.43%
G=25.11%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491192060.280.4200.19260.6947.0363.73
Hex9577CE1C2A0131052f40
Octal225167316345202340557100
Binary10010101111011111001110111001010100100111000001011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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