#998BCD

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

Shades of Cold Purple #998BCD

Tints of Cold Purple #998BCD

Color information

#998BCD (or 0x998BCD) is unknown color: approx Cold Purple. HEX triplet: 99, 8B and CD. RGB value is (153,139,205). Sum of RGB (Red+Green+Blue) = 153+139+205=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #998BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCD is #667432. Grayscale: #969696. Windows color (decimal): -6714419 or 13470617. OLE color: 13470617.

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

Color convert

RGB153139205-
CMYK0.250.3200.20
HSL252.73º39.76%67.45%-
HSV(B)252.73º32.2%80.39%-
XYZ33.3929.6561.72-
YUV150.71158.64129.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=30.78%
G=27.97%
B=41.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531392050.250.3200.20252.7339.7667.45
Hex998BCD1920014fd2843
Octal231213315314002437550103
Binary10011001100010111100110111001100000010100111111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,205); }

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

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

 a { background-color: rgb(153,139,205); }

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

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

 span { border-color: rgb(153,139,205); }

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