Html Css Color HEX #998EAA Cold Purple

📋 copy color: '#998EAA'

red 153 ◦ green 142 ◦ blue 170

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

Shades of Cold Purple #998EAA

Tints of Cold Purple #998EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 32.9%
G = 30.54%
B = 36.56%

CMYK

 C value IS 0.1

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#998EAA (or 0x998EAA) is known color: Cold Purple. HEX triplet: 99, 8E and AA. RGB value is (153,142,170). Sum of RGB (Red+Green+Blue) = 153+142+170=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #998EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EAA is #667155. Grayscale: #949494. Windows color (decimal): -6713686 or 11177625. OLE color: 11177625.

HSL color Cylindrical-coordinate representation of color #998EAA: hue angle of 263.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998EAA is Cyan = 0.1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 142 170 -
CMYK 0.1 0.16 0 0.33
HSL 263.57º 0.14% 0.61% -
HSV(B) 263.57º 0.16% 0.67% -
XYZ 30.07 29.02 42.05 -
YUV 148.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 153 142 170 0.1 0.16 0 0.33 263.57 0.14 0.61
Hex 99 8E AA A 10 0 21 108 E 3D
Octal 231 216 252 12 20 0 41 410 16 75
Binary 10011001 10001110 10101010 1010 10000 0 100001 100001000 1110 111101

Color Harmonies of #998EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EAA

Black with #998EAA

Text Example


Text Example

White with #998EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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