#998BD0

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

Shades of Cold Purple #998BD0

Tints of Cold Purple #998BD0

Color information

#998BD0 (or 0x998BD0) is unknown color: approx Cold Purple. HEX triplet: 99, 8B and D0. RGB value is (153,139,208). Sum of RGB (Red+Green+Blue) = 153+139+208=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #998BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BD0 is #66742F. Grayscale: #969696. Windows color (decimal): -6714416 or 13667225. OLE color: 13667225.

HSL color Cylindrical-coordinate representation of color #998BD0: hue angle of 252.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #998BD0 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153139208-
CMYK0.260.3300.18
HSL252.17º42.33%68.04%-
HSV(B)252.17º33.17%81.57%-
XYZ33.7529.7963.65-
YUV151.05160.14129.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 208 (81.64% from 255) = 41.6%
R=30.6%
G=27.8%
B=41.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531392080.260.3300.18252.1742.3368.04
Hex998BD01A21012fc2a44
Octal231213320324102237452104
Binary10011001100010111101000011010100001010010111111001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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