Html Css Color HEX #988DBF Cold Purple

📋 copy color: '#988DBF'

red 152 ◦ green 141 ◦ blue 191

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

Shades of Cold Purple #988DBF

Tints of Cold Purple #988DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 31.4%
G = 29.13%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#988DBF (or 0x988DBF) is known color: Cold Purple. HEX triplet: 98, 8D and BF. RGB value is (152,141,191). Sum of RGB (Red+Green+Blue) = 152+141+191=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #988DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DBF is #677240. Grayscale: #959595. Windows color (decimal): -6779457 or 12553624. OLE color: 12553624.

HSL color Cylindrical-coordinate representation of color #988DBF: hue angle of 253.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988DBF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 141 191 -
CMYK 0.20 0.26 0 0.25
HSL 253.2º 0.28% 0.65% -
HSV(B) 253.2º 0.26% 0.75% -
XYZ 31.88 29.49 53.3 -
YUV 149.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 152 141 191 0.20 0.26 0 0.25 253.2 0.28 0.65
Hex 98 8D BF 14 1A 0 19 FD 1C 41
Octal 230 215 277 24 32 0 31 375 34 101
Binary 10011000 10001101 10111111 10100 11010 0 11001 11111101 11100 1000001

Color Harmonies of #988DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DBF

Black with #988DBF

Text Example


Text Example

White with #988DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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