#9889C4

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

Shades of Cold Purple #9889C4

Tints of Cold Purple #9889C4

Color information

#9889C4 (or 0x9889C4) is unknown color: approx Cold Purple. HEX triplet: 98, 89 and C4. RGB value is (152,137,196). Sum of RGB (Red+Green+Blue) = 152+137+196=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #9889C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889C4 is #67763B. Grayscale: #939393. Windows color (decimal): -6780476 or 12880280. OLE color: 12880280.

HSL color Cylindrical-coordinate representation of color #9889C4: hue angle of 255.25º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9889C4 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152137196-
CMYK0.220.3000.23
HSL255.25º33.33%65.29%-
HSV(B)255.25º30.1%76.86%-
XYZ31.8628.5556.06-
YUV148.21154.97130.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=31.34%
G=28.25%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521371960.220.3000.23255.2533.3365.29
Hex9889C4161E017ff2141
Octal230211304263602737741101
Binary1001100010001001110001001011011110010111111111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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