Html Css Color HEX #988AAE Cold Purple

📋 copy color: '#988AAE'

red 152 ◦ green 138 ◦ blue 174

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

Shades of Cold Purple #988AAE

Tints of Cold Purple #988AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 32.76%
G = 29.74%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#988AAE (or 0x988AAE) is known color: Cold Purple. HEX triplet: 98, 8A and AE. RGB value is (152,138,174). Sum of RGB (Red+Green+Blue) = 152+138+174=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #988AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988AAE is #677551. Grayscale: #929292. Windows color (decimal): -6780242 or 11438744. OLE color: 11438744.

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

Color convert

RGB 152 138 174 -
CMYK 0.13 0.21 0 0.32
HSL 263.33º 0.18% 0.61% -
HSV(B) 263.33º 0.21% 0.68% -
XYZ 29.68 27.91 43.87 -
YUV 146.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 152 138 174 0.13 0.21 0 0.32 263.33 0.18 0.61
Hex 98 8A AE D 15 0 20 107 12 3D
Octal 230 212 256 15 25 0 40 407 22 75
Binary 10011000 10001010 10101110 1101 10101 0 100000 100000111 10010 111101

Color Harmonies of #988AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AAE

Black with #988AAE

Text Example


Text Example

White with #988AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,174); }

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

background-color css

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

 a { background-color: rgb(152,138,174); }

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

border-color css

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

 span { border-color: rgb(152,138,174); }

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