Html Css Color HEX #998DAA Cold Purple

📋 copy color: '#998DAA'

red 153 ◦ green 141 ◦ blue 170

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

Shades of Cold Purple #998DAA

Tints of Cold Purple #998DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

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

R = 32.97%
G = 30.39%
B = 36.64%

CMYK

 C value IS 0.1

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#998DAA (or 0x998DAA) is known color: Cold Purple. HEX triplet: 99, 8D and AA. RGB value is (153,141,170). Sum of RGB (Red+Green+Blue) = 153+141+170=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #998DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAA is #667255. Grayscale: #939393. Windows color (decimal): -6713942 or 11177369. OLE color: 11177369.

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

Color convert

RGB 153 141 170 -
CMYK 0.1 0.17 0 0.33
HSL 264.83º 0.15% 0.61% -
HSV(B) 264.83º 0.17% 0.67% -
XYZ 29.92 28.72 42 -
YUV 147.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 153 141 170 0.1 0.17 0 0.33 264.83 0.15 0.61
Hex 99 8D AA A 11 0 21 109 F 3D
Octal 231 215 252 12 21 0 41 411 17 75
Binary 10011001 10001101 10101010 1010 10001 0 100001 100001001 1111 111101

Color Harmonies of #998DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DAA

Black with #998DAA

Text Example


Text Example

White with #998DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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