#9885CD

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

Shades of Cold Purple #9885CD

Tints of Cold Purple #9885CD

Color information

#9885CD (or 0x9885CD) is unknown color: approx Cold Purple. HEX triplet: 98, 85 and CD. RGB value is (152,133,205). Sum of RGB (Red+Green+Blue) = 152+133+205=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #9885CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885CD is #677A32. Grayscale: #929292. Windows color (decimal): -6781491 or 13469080. OLE color: 13469080.

HSL color Cylindrical-coordinate representation of color #9885CD: hue angle of 255.83º 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 #9885CD is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152133205-
CMYK0.260.3500.20
HSL255.83º41.86%66.27%-
HSV(B)255.83º35.12%80.39%-
XYZ32.3627.8661.43-
YUV146.89160.79131.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.02%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=31.02%
G=27.14%
B=41.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521332050.260.3500.20255.8341.8666.27
Hex9885CD1A230141002a42
Octal230205315324302440052102
Binary100110001000010111001101110101000110101001000000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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