#9582BB

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

Shades of Cold Purple #9582BB

Tints of Cold Purple #9582BB

Color information

#9582BB (or 0x9582BB) is unknown color: approx Cold Purple. HEX triplet: 95, 82 and BB. RGB value is (149,130,187). Sum of RGB (Red+Green+Blue) = 149+130+187=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9582BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BB is #6A7D44. Grayscale: #8D8D8D. Windows color (decimal): -6978885 or 12288661. OLE color: 12288661.

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

Color convert

RGB149130187-
CMYK0.200.3000.27
HSL260º29.53%62.16%-
HSV(B)260º30.48%73.33%-
XYZ29.3525.9450.47-
YUV142.18153.29132.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=31.97%
G=27.90%
B=40.13%

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
Decimal1491301870.200.3000.2726029.5362.16
Hex9582BB141E01B1041e3e
Octal22520227324360334043676
Binary100101011000001010111011101001111001101110000010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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