Html Css Color HEX #988BAB Cold Purple

📋 copy color: '#988BAB'

red 152 ◦ green 139 ◦ blue 171

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

Shades of Cold Purple #988BAB

Tints of Cold Purple #988BAB

RGB

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

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

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

R = 32.9%
G = 30.09%
B = 37.01%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#988BAB (or 0x988BAB) is known color: Cold Purple. HEX triplet: 98, 8B and AB. RGB value is (152,139,171). Sum of RGB (Red+Green+Blue) = 152+139+171=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #988BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BAB is #677454. Grayscale: #929292. Windows color (decimal): -6779989 or 11242392. OLE color: 11242392.

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

Color convert

RGB 152 139 171 -
CMYK 0.11 0.19 0 0.33
HSL 264.38º 0.16% 0.61% -
HSV(B) 264.38º 0.19% 0.67% -
XYZ 29.53 28.08 42.39 -
YUV 146.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 152 139 171 0.11 0.19 0 0.33 264.38 0.16 0.61
Hex 98 8B AB B 13 0 21 108 10 3D
Octal 230 213 253 13 23 0 41 410 20 75
Binary 10011000 10001011 10101011 1011 10011 0 100001 100001000 10000 111101

Color Harmonies of #988BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BAB

Black with #988BAB

Text Example


Text Example

White with #988BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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