#9985CC

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

Shades of Cold Purple #9985CC

Tints of Cold Purple #9985CC

Color information

#9985CC (or 0x9985CC) is unknown color: approx Cold Purple. HEX triplet: 99, 85 and CC. RGB value is (153,133,204). Sum of RGB (Red+Green+Blue) = 153+133+204=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #9985CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985CC is #667A33. Grayscale: #929292. Windows color (decimal): -6715956 or 13403545. OLE color: 13403545.

HSL color Cylindrical-coordinate representation of color #9985CC: hue angle of 256.9º degrees, saturation: 0.41, 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 #9985CC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153133204-
CMYK0.250.3500.2
HSL256.9º41.04%66.08%-
HSV(B)256.9º34.8%80%-
XYZ32.4227.9160.8-
YUV147.07160.13132.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=31.22%
G=27.14%
B=41.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531332040.250.3500.2256.941.0466.08
Hex9985CC19230141012942
Octal231205314314302440151102
Binary100110011000010111001100110011000110101001000000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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