Html Css Color HEX #988FAE Cold Purple

📋 copy color: '#988FAE'

red 152 ◦ green 143 ◦ blue 174

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

Shades of Cold Purple #988FAE

Tints of Cold Purple #988FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 32.41%
G = 30.49%
B = 37.1%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#988FAE (or 0x988FAE) is known color: Cold Purple. HEX triplet: 98, 8F and AE. RGB value is (152,143,174). Sum of RGB (Red+Green+Blue) = 152+143+174=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #988FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FAE is #677051. Grayscale: #959595. Windows color (decimal): -6778962 or 11440024. OLE color: 11440024.

HSL color Cylindrical-coordinate representation of color #988FAE: hue angle of 257.42º 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 #988FAE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 143 174 -
CMYK 0.13 0.18 0 0.32
HSL 257.42º 0.16% 0.62% -
HSV(B) 257.42º 0.18% 0.68% -
XYZ 30.41 29.38 44.11 -
YUV 149.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 152 143 174 0.13 0.18 0 0.32 257.42 0.16 0.62
Hex 98 8F AE D 12 0 20 101 10 3E
Octal 230 217 256 15 22 0 40 401 20 76
Binary 10011000 10001111 10101110 1101 10010 0 100000 100000001 10000 111110

Color Harmonies of #988FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FAE

Black with #988FAE

Text Example


Text Example

White with #988FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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