#9985CD

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

Shades of Cold Purple #9985CD

Tints of Cold Purple #9985CD

Color information

#9985CD (or 0x9985CD) is unknown color: approx Cold Purple. HEX triplet: 99, 85 and CD. RGB value is (153,133,205). Sum of RGB (Red+Green+Blue) = 153+133+205=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #9985CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985CD is #667A32. Grayscale: #929292. Windows color (decimal): -6715955 or 13469081. OLE color: 13469081.

HSL color Cylindrical-coordinate representation of color #9985CD: hue angle of 256.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9985CD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153133205-
CMYK0.250.3500.20
HSL256.67º41.86%66.27%-
HSV(B)256.67º35.12%80.39%-
XYZ32.5427.9661.44-
YUV147.19160.63132.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=31.16%
G=27.09%
B=41.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531332050.250.3500.20256.6741.8666.27
Hex9985CD19230141012a42
Octal231205315314302440152102
Binary100110011000010111001101110011000110101001000000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9985CD; }

 p { color: rgb(153,133,205); }

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

<style>
 a { background-color: #9985CD; }

 a { background-color: rgb(153,133,205); }

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

<style>
 span { border-color: #9985CD; }

 span { border-color: rgb(153,133,205); }

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