#998BEC

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

Shades of Medium Purple #998BEC

Tints of Medium Purple #998BEC

Color information

#998BEC (or 0x998BEC) is unknown color: approx Medium Purple. HEX triplet: 99, 8B and EC. RGB value is (153,139,236). Sum of RGB (Red+Green+Blue) = 153+139+236=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #998BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BEC is #667413. Grayscale: #999999. Windows color (decimal): -6714388 or 15502233. OLE color: 15502233.

HSL color Cylindrical-coordinate representation of color #998BEC: hue angle of 248.66º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998BEC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153139236-
CMYK0.350.4100.07
HSL248.66º71.85%73.53%-
HSV(B)248.66º41.1%92.55%-
XYZ37.5131.2983.42-
YUV154.24174.14127.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=28.98%
G=26.33%
B=44.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531392360.350.4100.07248.6671.8573.53
Hex998BEC232907f9484a
Octal231213354435107371110112
Binary10011001100010111110110010001110100101111111100110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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