#9580CA

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

Shades of True V #9580CA

Tints of True V #9580CA

Color information

#9580CA (or 0x9580CA) is unknown color: approx True V. HEX triplet: 95, 80 and CA. RGB value is (149,128,202). Sum of RGB (Red+Green+Blue) = 149+128+202=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #9580CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580CA is #6A7F35. Grayscale: #8E8E8E. Windows color (decimal): -6979382 or 13271189. OLE color: 13271189.

HSL color Cylindrical-coordinate representation of color #9580CA: hue angle of 257.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9580CA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149128202-
CMYK0.260.3700.21
HSL257.03º41.11%64.71%-
HSV(B)257.03º36.63%79.22%-
XYZ30.7726.0959.29-
YUV142.71161.46132.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=31.11%
G=26.72%
B=42.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491282020.260.3700.21257.0341.1164.71
Hex9580CA1A250151012941
Octal225200312324502540151101
Binary100101011000000011001010110101001010101011000000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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