#9578CF

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

Shades of True V #9578CF

Tints of True V #9578CF

Color information

#9578CF (or 0x9578CF) is unknown color: approx True V. HEX triplet: 95, 78 and CF. RGB value is (149,120,207). Sum of RGB (Red+Green+Blue) = 149+120+207=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9578CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578CF is #6A8730. Grayscale: #8A8A8A. Windows color (decimal): -6981425 or 13596821. OLE color: 13596821.

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

Color convert

RGB149120207-
CMYK0.280.4200.19
HSL260º47.54%64.12%-
HSV(B)260º42.03%81.18%-
XYZ30.3724.3362.13-
YUV138.59166.61135.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=31.30%
G=25.21%
B=43.49%

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
Decimal1491202070.280.4200.1926047.5464.12
Hex9578CF1C2A0131043040
Octal225170317345202340460100
Binary10010101111100011001111111001010100100111000001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9578CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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