Html Css Color HEX #988AB5 Cold Purple

📋 copy color: '#988AB5'

red 152 ◦ green 138 ◦ blue 181

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

Shades of Cold Purple #988AB5

Tints of Cold Purple #988AB5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 32.27%
G = 29.3%
B = 38.43%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#988AB5 (or 0x988AB5) is known color: Cold Purple. HEX triplet: 98, 8A and B5. RGB value is (152,138,181). Sum of RGB (Red+Green+Blue) = 152+138+181=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #988AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AB5 is #67754A. Grayscale: #929292. Windows color (decimal): -6780235 or 11897496. OLE color: 11897496.

HSL color Cylindrical-coordinate representation of color #988AB5: hue angle of 259.53º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988AB5 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 138 181 -
CMYK 0.16 0.24 0 0.29
HSL 259.53º 0.23% 0.63% -
HSV(B) 259.53º 0.24% 0.71% -
XYZ 30.38 28.19 47.56 -
YUV 147.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 152 138 181 0.16 0.24 0 0.29 259.53 0.23 0.63
Hex 98 8A B5 10 18 0 1D 104 17 3F
Octal 230 212 265 20 30 0 35 404 27 77
Binary 10011000 10001010 10110101 10000 11000 0 11101 100000100 10111 111111

Color Harmonies of #988AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AB5

Black with #988AB5

Text Example


Text Example

White with #988AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,181); }

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

background-color css

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

 a { background-color: rgb(152,138,181); }

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

border-color css

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

 span { border-color: rgb(152,138,181); }

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