Html Css Color HEX #988BAE Cold Purple

📋 copy color: '#988BAE'

red 152 ◦ green 139 ◦ blue 174

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

Shades of Cold Purple #988BAE

Tints of Cold Purple #988BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

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

R = 32.69%
G = 29.89%
B = 37.42%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#988BAE (or 0x988BAE) is known color: Cold Purple. HEX triplet: 98, 8B and AE. RGB value is (152,139,174). Sum of RGB (Red+Green+Blue) = 152+139+174=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #988BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BAE is #677451. Grayscale: #929292. Windows color (decimal): -6779986 or 11439000. OLE color: 11439000.

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

Color convert

RGB 152 139 174 -
CMYK 0.13 0.20 0 0.32
HSL 262.29º 0.18% 0.61% -
HSV(B) 262.29º 0.2% 0.68% -
XYZ 29.82 28.2 43.92 -
YUV 146.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 152 139 174 0.13 0.20 0 0.32 262.29 0.18 0.61
Hex 98 8B AE D 14 0 20 106 12 3D
Octal 230 213 256 15 24 0 40 406 22 75
Binary 10011000 10001011 10101110 1101 10100 0 100000 100000110 10010 111101

Color Harmonies of #988BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BAE

Black with #988BAE

Text Example


Text Example

White with #988BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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