Html Css Color HEX #988DAB Cold Purple

📋 copy color: '#988DAB'

red 152 ◦ green 141 ◦ blue 171

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

Shades of Cold Purple #988DAB

Tints of Cold Purple #988DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 32.76%
G = 30.39%
B = 36.85%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#988DAB (or 0x988DAB) is known color: Cold Purple. HEX triplet: 98, 8D and AB. RGB value is (152,141,171). Sum of RGB (Red+Green+Blue) = 152+141+171=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #988DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988DAB is #677254. Grayscale: #939393. Windows color (decimal): -6779477 or 11242904. OLE color: 11242904.

HSL color Cylindrical-coordinate representation of color #988DAB: hue angle of 262º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988DAB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 141 171 -
CMYK 0.11 0.18 0 0.33
HSL 262º 0.15% 0.61% -
HSV(B) 262º 0.18% 0.67% -
XYZ 29.82 28.67 42.49 -
YUV 147.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 152 141 171 0.11 0.18 0 0.33 262 0.15 0.61
Hex 98 8D AB B 12 0 21 106 F 3D
Octal 230 215 253 13 22 0 41 406 17 75
Binary 10011000 10001101 10101011 1011 10010 0 100001 100000110 1111 111101

Color Harmonies of #988DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DAB

Black with #988DAB

Text Example


Text Example

White with #988DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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