#9579CF

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

Shades of True V #9579CF

Tints of True V #9579CF

Color information

#9579CF (or 0x9579CF) is unknown color: approx True V. HEX triplet: 95, 79 and CF. RGB value is (149,121,207). Sum of RGB (Red+Green+Blue) = 149+121+207=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #9579CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579CF is #6A8630. Grayscale: #8A8A8A. Windows color (decimal): -6981169 or 13597077. OLE color: 13597077.

HSL color Cylindrical-coordinate representation of color #9579CF: hue angle of 259.53º 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 #9579CF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149121207-
CMYK0.280.4200.19
HSL259.53º47.25%64.31%-
HSV(B)259.53º41.55%81.18%-
XYZ30.4924.5762.17-
YUV139.18166.28135.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=31.24%
G=25.37%
B=43.40%

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
Decimal1491212070.280.4200.19259.5347.2564.31
Hex9579CF1C2A0131042f40
Octal225171317345202340457100
Binary10010101111100111001111111001010100100111000001001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9579CF; }

 p { color: rgb(149,121,207); }

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

<style>
 a { background-color: #9579CF; }

 a { background-color: rgb(149,121,207); }

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

<style>
 span { border-color: #9579CF; }

 span { border-color: rgb(149,121,207); }

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