#9582BC

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

Shades of Cold Purple #9582BC

Tints of Cold Purple #9582BC

Color information

#9582BC (or 0x9582BC) is unknown color: approx Cold Purple. HEX triplet: 95, 82 and BC. RGB value is (149,130,188). Sum of RGB (Red+Green+Blue) = 149+130+188=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9582BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BC is #6A7D43. Grayscale: #8E8E8E. Windows color (decimal): -6978884 or 12354197. OLE color: 12354197.

HSL color Cylindrical-coordinate representation of color #9582BC: hue angle of 259.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9582BC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149130188-
CMYK0.210.3100.26
HSL259.66º30.21%62.35%-
HSV(B)259.66º30.85%73.73%-
XYZ29.4525.9951.04-
YUV142.29153.79132.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=31.91%
G=27.84%
B=40.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491301880.210.3100.26259.6630.2162.35
Hex9582BC151F01A1041e3e
Octal22520227425370324043676
Binary100101011000001010111100101011111101101010000010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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