Html Css Color HEX #998EBC Cold Purple

📋 copy color: '#998EBC'

red 153 ◦ green 142 ◦ blue 188

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

Shades of Cold Purple #998EBC

Tints of Cold Purple #998EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 31.68%
G = 29.4%
B = 38.92%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#998EBC (or 0x998EBC) is known color: Cold Purple. HEX triplet: 99, 8E and BC. RGB value is (153,142,188). Sum of RGB (Red+Green+Blue) = 153+142+188=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #998EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EBC is #667143. Grayscale: #969696. Windows color (decimal): -6713668 or 12357273. OLE color: 12357273.

HSL color Cylindrical-coordinate representation of color #998EBC: hue angle of 254.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998EBC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 142 188 -
CMYK 0.19 0.24 0 0.26
HSL 254.35º 0.26% 0.65% -
HSV(B) 254.35º 0.24% 0.74% -
XYZ 31.89 29.75 51.64 -
YUV 150.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 153 142 188 0.19 0.24 0 0.26 254.35 0.26 0.65
Hex 99 8E BC 13 18 0 1A FE 1A 41
Octal 231 216 274 23 30 0 32 376 32 101
Binary 10011001 10001110 10111100 10011 11000 0 11010 11111110 11010 1000001

Color Harmonies of #998EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EBC

Black with #998EBC

Text Example


Text Example

White with #998EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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