Html Css Color HEX #988DBC Cold Purple

📋 copy color: '#988DBC'

red 152 ◦ green 141 ◦ blue 188

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

Shades of Cold Purple #988DBC

Tints of Cold Purple #988DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 31.6%
G = 29.31%
B = 39.09%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#988DBC (or 0x988DBC) is known color: Cold Purple. HEX triplet: 98, 8D and BC. RGB value is (152,141,188). Sum of RGB (Red+Green+Blue) = 152+141+188=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #988DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DBC is #677243. Grayscale: #959595. Windows color (decimal): -6779460 or 12357016. OLE color: 12357016.

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

Color convert

RGB 152 141 188 -
CMYK 0.19 0.25 0 0.26
HSL 254.04º 0.26% 0.65% -
HSV(B) 254.04º 0.25% 0.74% -
XYZ 31.55 29.36 51.58 -
YUV 149.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 152 141 188 0.19 0.25 0 0.26 254.04 0.26 0.65
Hex 98 8D BC 13 19 0 1A FE 1A 41
Octal 230 215 274 23 31 0 32 376 32 101
Binary 10011000 10001101 10111100 10011 11001 0 11010 11111110 11010 1000001

Color Harmonies of #988DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DBC

Black with #988DBC

Text Example


Text Example

White with #988DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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