#9580CD

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

Shades of True V #9580CD

Tints of True V #9580CD

Color information

#9580CD (or 0x9580CD) is unknown color: approx True V. HEX triplet: 95, 80 and CD. RGB value is (149,128,205). Sum of RGB (Red+Green+Blue) = 149+128+205=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #9580CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580CD is #6A7F32. Grayscale: #8E8E8E. Windows color (decimal): -6979379 or 13467797. OLE color: 13467797.

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

Color convert

RGB149128205-
CMYK0.270.3800.20
HSL256.36º43.5%65.29%-
HSV(B)256.36º37.56%80.39%-
XYZ31.1326.2461.18-
YUV143.06162.96132.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=30.91%
G=26.56%
B=42.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491282050.270.3800.20256.3643.565.29
Hex9580CD1B260141002c41
Octal225200315334602440054101
Binary100101011000000011001101110111001100101001000000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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