#9583BE

Color #9583BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9583BE

Tints of Cold Purple #9583BE

Color information

#9583BE (or 0x9583BE) is unknown color: approx Cold Purple. HEX triplet: 95, 83 and BE. RGB value is (149,131,190). Sum of RGB (Red+Green+Blue) = 149+131+190=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9583BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583BE is #6A7C41. Grayscale: #8E8E8E. Windows color (decimal): -6978626 or 12485525. OLE color: 12485525.

HSL color Cylindrical-coordinate representation of color #9583BE: hue angle of 258.31º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9583BE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149131190-
CMYK0.220.3100.25
HSL258.31º31.22%62.94%-
HSV(B)258.31º31.05%74.51%-
XYZ29.826.3452.23-
YUV143.11154.46132.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=31.70%
G=27.87%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491311900.220.3100.25258.3131.2262.94
Hex9583BE161F0191021f3f
Octal22520327626370314023777
Binary100101011000001110111110101101111101100110000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9583BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9583BE; }

 p { color: rgb(149,131,190); }

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

<style>
 a { background-color: #9583BE; }

 a { background-color: rgb(149,131,190); }

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

<style>
 span { border-color: #9583BE; }

 span { border-color: rgb(149,131,190); }

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