#998DCB

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

Shades of Cold Purple #998DCB

Tints of Cold Purple #998DCB

Color information

#998DCB (or 0x998DCB) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and CB. RGB value is (153,141,203). Sum of RGB (Red+Green+Blue) = 153+141+203=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #998DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCB is #667234. Grayscale: #979797. Windows color (decimal): -6713909 or 13340057. OLE color: 13340057.

HSL color Cylindrical-coordinate representation of color #998DCB: hue angle of 251.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998DCB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153141203-
CMYK0.250.3100.20
HSL251.61º37.35%67.45%-
HSV(B)251.61º30.54%79.61%-
XYZ33.4430.1360.55-
YUV151.66156.98128.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=30.78%
G=28.37%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531412030.250.3100.20251.6137.3567.45
Hex998DCB191F014fc2543
Octal231215313313702437445103
Binary1001100110001101110010111100111111010100111111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,141,203); }

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

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

 a { background-color: rgb(153,141,203); }

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

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

 span { border-color: rgb(153,141,203); }

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