#9985C8

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

Shades of Cold Purple #9985C8

Tints of Cold Purple #9985C8

Color information

#9985C8 (or 0x9985C8) is unknown color: approx Cold Purple. HEX triplet: 99, 85 and C8. RGB value is (153,133,200). Sum of RGB (Red+Green+Blue) = 153+133+200=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #9985C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985C8 is #667A37. Grayscale: #929292. Windows color (decimal): -6715960 or 13141401. OLE color: 13141401.

HSL color Cylindrical-coordinate representation of color #9985C8: hue angle of 257.91º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9985C8 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153133200-
CMYK0.240.3400.22
HSL257.91º37.85%65.29%-
HSV(B)257.91º33.5%78.43%-
XYZ31.9527.7258.31-
YUV146.62158.13132.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=31.48%
G=27.37%
B=41.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531332000.240.3400.22257.9137.8565.29
Hex9985C818220161022641
Octal231205310304202640246101
Binary100110011000010111001000110001000100101101000000101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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