Html Css Color HEX #988DC2 Cold Purple

📋 copy color: '#988DC2'

red 152 ◦ green 141 ◦ blue 194

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

Shades of Cold Purple #988DC2

Tints of Cold Purple #988DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 31.21%
G = 28.95%
B = 39.84%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#988DC2 (or 0x988DC2) is known color: Cold Purple. HEX triplet: 98, 8D and C2. RGB value is (152,141,194). Sum of RGB (Red+Green+Blue) = 152+141+194=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #988DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DC2 is #67723D. Grayscale: #969696. Windows color (decimal): -6779454 or 12750232. OLE color: 12750232.

HSL color Cylindrical-coordinate representation of color #988DC2: hue angle of 252.45º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #988DC2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 141 194 -
CMYK 0.22 0.27 0 0.24
HSL 252.45º 0.3% 0.66% -
HSV(B) 252.45º 0.27% 0.76% -
XYZ 32.21 29.62 55.06 -
YUV 150.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 152 141 194 0.22 0.27 0 0.24 252.45 0.3 0.66
Hex 98 8D C2 16 1B 0 18 FC 1E 42
Octal 230 215 302 26 33 0 30 374 36 102
Binary 10011000 10001101 11000010 10110 11011 0 11000 11111100 11110 1000010

Color Harmonies of #988DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DC2

Black with #988DC2

Text Example


Text Example

White with #988DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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