#998ACE

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

Shades of Cold Purple #998ACE

Tints of Cold Purple #998ACE

Color information

#998ACE (or 0x998ACE) is unknown color: approx Cold Purple. HEX triplet: 99, 8A and CE. RGB value is (153,138,206). Sum of RGB (Red+Green+Blue) = 153+138+206=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #998ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACE is #667531. Grayscale: #959595. Windows color (decimal): -6714674 or 13535897. OLE color: 13535897.

HSL color Cylindrical-coordinate representation of color #998ACE: hue angle of 253.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #998ACE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153138206-
CMYK0.260.3300.19
HSL253.24º40.96%67.45%-
HSV(B)253.24º33.01%80.78%-
XYZ33.3729.4162.31-
YUV150.24159.47129.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=30.78%
G=27.77%
B=41.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531382060.260.3300.19253.2440.9667.45
Hex998ACE1A21013fd2943
Octal231212316324102337551103
Binary10011001100010101100111011010100001010011111111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998ACE; }

 p { color: rgb(153,138,206); }

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

<style>
 a { background-color: #998ACE; }

 a { background-color: rgb(153,138,206); }

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

<style>
 span { border-color: #998ACE; }

 span { border-color: rgb(153,138,206); }

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