#9583BA

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

Shades of Cold Purple #9583BA

Tints of Cold Purple #9583BA

Color information

#9583BA (or 0x9583BA) is unknown color: approx Cold Purple. HEX triplet: 95, 83 and BA. RGB value is (149,131,186). Sum of RGB (Red+Green+Blue) = 149+131+186=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9583BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583BA is #6A7C45. Grayscale: #8E8E8E. Windows color (decimal): -6978630 or 12223381. OLE color: 12223381.

HSL color Cylindrical-coordinate representation of color #9583BA: hue angle of 259.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9583BA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149131186-
CMYK0.200.3000.27
HSL259.64º28.5%62.16%-
HSV(B)259.64º29.57%72.94%-
XYZ29.3726.1749.96-
YUV142.65152.46132.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=31.97%
G=28.11%
B=39.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491311860.200.3000.27259.6428.562.16
Hex9583BA141E01B1041c3e
Octal22520327224360334043476
Binary100101011000001110111010101001111001101110000010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9583BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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