#9583BB

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

Shades of Cold Purple #9583BB

Tints of Cold Purple #9583BB

Color information

#9583BB (or 0x9583BB) is unknown color: approx Cold Purple. HEX triplet: 95, 83 and BB. RGB value is (149,131,187). Sum of RGB (Red+Green+Blue) = 149+131+187=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9583BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583BB is #6A7C44. Grayscale: #8E8E8E. Windows color (decimal): -6978629 or 12288917. OLE color: 12288917.

HSL color Cylindrical-coordinate representation of color #9583BB: hue angle of 259.29º degrees, saturation: 0.29, 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 #9583BB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149131187-
CMYK0.200.3000.27
HSL259.29º29.17%62.35%-
HSV(B)259.29º29.95%73.33%-
XYZ29.4826.2150.52-
YUV142.77152.96132.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=31.91%
G=28.05%
B=40.04%

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
Decimal1491311870.200.3000.27259.2929.1762.35
Hex9583BB141E01B1031d3e
Octal22520327324360334033576
Binary100101011000001110111011101001111001101110000001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9583BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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