Html Css Color HEX #988BAC Cold Purple

📋 copy color: '#988BAC'

red 152 ◦ green 139 ◦ blue 172

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

Shades of Cold Purple #988BAC

Tints of Cold Purple #988BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 32.83%
G = 30.02%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#988BAC (or 0x988BAC) is known color: Cold Purple. HEX triplet: 98, 8B and AC. RGB value is (152,139,172). Sum of RGB (Red+Green+Blue) = 152+139+172=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #988BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BAC is #677453. Grayscale: #929292. Windows color (decimal): -6779988 or 11307928. OLE color: 11307928.

HSL color Cylindrical-coordinate representation of color #988BAC: hue angle of 263.64º degrees, saturation: 0.17, 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 #988BAC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 139 172 -
CMYK 0.12 0.19 0 0.33
HSL 263.64º 0.17% 0.61% -
HSV(B) 263.64º 0.19% 0.67% -
XYZ 29.63 28.12 42.9 -
YUV 146.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 152 139 172 0.12 0.19 0 0.33 263.64 0.17 0.61
Hex 98 8B AC C 13 0 21 108 11 3D
Octal 230 213 254 14 23 0 41 410 21 75
Binary 10011000 10001011 10101100 1100 10011 0 100001 100001000 10001 111101

Color Harmonies of #988BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BAC

Black with #988BAC

Text Example


Text Example

White with #988BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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