#9573CD

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

Shades of True V #9573CD

Tints of True V #9573CD

Color information

#9573CD (or 0x9573CD) is unknown color: approx True V. HEX triplet: 95, 73 and CD. RGB value is (149,115,205). Sum of RGB (Red+Green+Blue) = 149+115+205=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9573CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573CD is #6A8C32. Grayscale: #878787. Windows color (decimal): -6982707 or 13464469. OLE color: 13464469.

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

Color convert

RGB149115205-
CMYK0.270.4400.20
HSL262.67º47.37%62.75%-
HSV(B)262.67º43.9%80.39%-
XYZ29.5423.0660.65-
YUV135.43167.26137.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=31.77%
G=24.52%
B=43.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491152050.270.4400.20262.6747.3762.75
Hex9573CD1B2C0141072f3f
Octal22516331533540244075777
Binary1001010111100111100110111011101100010100100000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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