#9580CE

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

Shades of True V #9580CE

Tints of True V #9580CE

Color information

#9580CE (or 0x9580CE) is unknown color: approx True V. HEX triplet: 95, 80 and CE. RGB value is (149,128,206). Sum of RGB (Red+Green+Blue) = 149+128+206=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #9580CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580CE is #6A7F31. Grayscale: #8E8E8E. Windows color (decimal): -6979378 or 13533333. OLE color: 13533333.

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

Color convert

RGB149128206-
CMYK0.280.3800.19
HSL256.15º44.32%65.49%-
HSV(B)256.15º37.86%80.78%-
XYZ31.2526.2861.82-
YUV143.17163.46132.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=30.85%
G=26.50%
B=42.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491282060.280.3800.19256.1544.3265.49
Hex9580CE1C260131002c41
Octal225200316344602340054101
Binary100101011000000011001110111001001100100111000000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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