#9889C1

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

Shades of Cold Purple #9889C1

Tints of Cold Purple #9889C1

Color information

#9889C1 (or 0x9889C1) is unknown color: approx Cold Purple. HEX triplet: 98, 89 and C1. RGB value is (152,137,193). Sum of RGB (Red+Green+Blue) = 152+137+193=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #9889C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889C1 is #67763E. Grayscale: #939393. Windows color (decimal): -6780479 or 12683672. OLE color: 12683672.

HSL color Cylindrical-coordinate representation of color #9889C1: hue angle of 256.07º 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 #9889C1 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152137193-
CMYK0.210.2900.24
HSL256.07º31.11%64.71%-
HSV(B)256.07º29.02%75.69%-
XYZ31.5228.4254.28-
YUV147.87153.47130.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=31.54%
G=28.42%
B=40.04%

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
Decimal1521371930.210.2900.24256.0731.1164.71
Hex9889C1151D0181001f41
Octal230211301253503040037101
Binary1001100010001001110000011010111101011000100000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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