#9989C1

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

Shades of Cold Purple #9989C1

Tints of Cold Purple #9989C1

Color information

#9989C1 (or 0x9989C1) is unknown color: approx Cold Purple. HEX triplet: 99, 89 and C1. RGB value is (153,137,193). Sum of RGB (Red+Green+Blue) = 153+137+193=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #9989C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989C1 is #66763E. Grayscale: #939393. Windows color (decimal): -6714943 or 12683673. OLE color: 12683673.

HSL color Cylindrical-coordinate representation of color #9989C1: hue angle of 257.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9989C1 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153137193-
CMYK0.210.2900.24
HSL257.14º31.11%64.71%-
HSV(B)257.14º29.02%75.69%-
XYZ31.7128.5154.28-
YUV148.17153.3131.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=31.68%
G=28.36%
B=39.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531371930.210.2900.24257.1431.1164.71
Hex9989C1151D0181011f41
Octal231211301253503040137101
Binary1001100110001001110000011010111101011000100000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9989C1; }

 p { color: rgb(153,137,193); }

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

<style>
 a { background-color: #9989C1; }

 a { background-color: rgb(153,137,193); }

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

<style>
 span { border-color: #9989C1; }

 span { border-color: rgb(153,137,193); }

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