#9573CE

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

Shades of True V #9573CE

Tints of True V #9573CE

Color information

#9573CE (or 0x9573CE) is unknown color: approx True V. HEX triplet: 95, 73 and CE. RGB value is (149,115,206). Sum of RGB (Red+Green+Blue) = 149+115+206=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9573CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573CE is #6A8C31. Grayscale: #878787. Windows color (decimal): -6982706 or 13530005. OLE color: 13530005.

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

Color convert

RGB149115206-
CMYK0.280.4400.19
HSL262.42º48.15%62.94%-
HSV(B)262.42º44.17%80.78%-
XYZ29.6723.1161.29-
YUV135.54167.76137.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=31.70%
G=24.47%
B=43.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491152060.280.4400.19262.4248.1562.94
Hex9573CE1C2C013106303f
Octal22516331634540234066077
Binary1001010111100111100111011100101100010011100000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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