Html Css Color HEX #998EBA Cold Purple

📋 copy color: '#998EBA'

red 153 ◦ green 142 ◦ blue 186

#998EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #998EBA

Tints of Cold Purple #998EBA

RGB

 RED value IS 153 (60.16% from 255) = 31.81%

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 31.81%
G = 29.52%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#998EBA (or 0x998EBA) is known color: Cold Purple. HEX triplet: 99, 8E and BA. RGB value is (153,142,186). Sum of RGB (Red+Green+Blue) = 153+142+186=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #998EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EBA is #667145. Grayscale: #969696. Windows color (decimal): -6713670 or 12226201. OLE color: 12226201.

HSL color Cylindrical-coordinate representation of color #998EBA: hue angle of 255º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998EBA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 142 186 -
CMYK 0.18 0.24 0 0.27
HSL 255º 0.24% 0.64% -
HSV(B) 255º 0.24% 0.73% -
XYZ 31.67 29.66 50.51 -
YUV 150.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 153 142 186 0.18 0.24 0 0.27 255 0.24 0.64
Hex 99 8E BA 12 18 0 1B FF 18 40
Octal 231 216 272 22 30 0 33 377 30 100
Binary 10011001 10001110 10111010 10010 11000 0 11011 11111111 11000 1000000

Color Harmonies of #998EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EBA

Black with #998EBA

Text Example


Text Example

White with #998EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,186); }

 H1.HeaderClassName
 {
   color: #998EBA;
 }
 .AnyTagClassName
 {
   color: #998EBA;
 }
</style>

background-color css

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

 a { background-color: rgb(153,142,186); }

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

border-color css

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

 span { border-color: rgb(153,142,186); }

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