Html Css Color HEX #988EAD Cold Purple

📋 copy color: '#988EAD'

red 152 ◦ green 142 ◦ blue 173

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

Shades of Cold Purple #988EAD

Tints of Cold Purple #988EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 32.55%
G = 30.41%
B = 37.04%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#988EAD (or 0x988EAD) is known color: Cold Purple. HEX triplet: 98, 8E and AD. RGB value is (152,142,173). Sum of RGB (Red+Green+Blue) = 152+142+173=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #988EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAD is #677152. Grayscale: #949494. Windows color (decimal): -6779219 or 11374232. OLE color: 11374232.

HSL color Cylindrical-coordinate representation of color #988EAD: hue angle of 259.35º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988EAD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 142 173 -
CMYK 0.12 0.18 0 0.32
HSL 259.35º 0.16% 0.62% -
HSV(B) 259.35º 0.18% 0.68% -
XYZ 30.16 29.04 43.55 -
YUV 148.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 152 142 173 0.12 0.18 0 0.32 259.35 0.16 0.62
Hex 98 8E AD C 12 0 20 103 10 3E
Octal 230 216 255 14 22 0 40 403 20 76
Binary 10011000 10001110 10101101 1100 10010 0 100000 100000011 10000 111110

Color Harmonies of #988EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EAD

Black with #988EAD

Text Example


Text Example

White with #988EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,142,173); }

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

background-color css

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

 a { background-color: rgb(152,142,173); }

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

border-color css

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

 span { border-color: rgb(152,142,173); }

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