Html Css Color HEX #988DAA Cold Purple

📋 copy color: '#988DAA'

red 152 ◦ green 141 ◦ blue 170

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

Shades of Cold Purple #988DAA

Tints of Cold Purple #988DAA

RGB

 RED value IS 152 (59.77% from 255) = 32.83%

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

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

R = 32.83%
G = 30.45%
B = 36.72%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#988DAA (or 0x988DAA) is known color: Cold Purple. HEX triplet: 98, 8D and AA. RGB value is (152,141,170). Sum of RGB (Red+Green+Blue) = 152+141+170=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #988DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988DAA is #677255. Grayscale: #939393. Windows color (decimal): -6779478 or 11177368. OLE color: 11177368.

HSL color Cylindrical-coordinate representation of color #988DAA: hue angle of 262.76º 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 #988DAA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 141 170 -
CMYK 0.11 0.17 0 0.33
HSL 262.76º 0.15% 0.61% -
HSV(B) 262.76º 0.17% 0.67% -
XYZ 29.73 28.63 41.99 -
YUV 147.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 152 141 170 0.11 0.17 0 0.33 262.76 0.15 0.61
Hex 98 8D AA B 11 0 21 107 F 3D
Octal 230 215 252 13 21 0 41 407 17 75
Binary 10011000 10001101 10101010 1011 10001 0 100001 100000111 1111 111101

Color Harmonies of #988DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DAA

Black with #988DAA

Text Example


Text Example

White with #988DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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