#9585BC

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

Shades of Cold Purple #9585BC

Tints of Cold Purple #9585BC

Color information

#9585BC (or 0x9585BC) is unknown color: approx Cold Purple. HEX triplet: 95, 85 and BC. RGB value is (149,133,188). Sum of RGB (Red+Green+Blue) = 149+133+188=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9585BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BC is #6A7A43. Grayscale: #8F8F8F. Windows color (decimal): -6978116 or 12354965. OLE color: 12354965.

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

Color convert

RGB149133188-
CMYK0.210.2900.26
HSL257.45º29.1%62.94%-
HSV(B)257.45º29.26%73.73%-
XYZ29.8626.851.18-
YUV144.05152.8131.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 188 (73.83% from 255) = 40%
R=31.70%
G=28.30%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491331880.210.2900.26257.4529.162.94
Hex9585BC151D01A1011d3f
Octal22520527425350324013577
Binary100101011000010110111100101011110101101010000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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