Html Css Color HEX #988CC9 Cold Purple

📋 copy color: '#988CC9'

red 152 ◦ green 140 ◦ blue 201

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

Shades of Cold Purple #988CC9

Tints of Cold Purple #988CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 30.83%
G = 28.4%
B = 40.77%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#988CC9 (or 0x988CC9) is known color: Cold Purple. HEX triplet: 98, 8C and C9. RGB value is (152,140,201). Sum of RGB (Red+Green+Blue) = 152+140+201=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #988CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CC9 is #677336. Grayscale: #969696. Windows color (decimal): -6779703 or 13208728. OLE color: 13208728.

HSL color Cylindrical-coordinate representation of color #988CC9: hue angle of 251.8º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988CC9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 140 201 -
CMYK 0.24 0.30 0 0.21
HSL 251.8º 0.36% 0.67% -
HSV(B) 251.8º 0.3% 0.79% -
XYZ 32.87 29.65 59.25 -
YUV 150.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 152 140 201 0.24 0.30 0 0.21 251.8 0.36 0.67
Hex 98 8C C9 18 1E 0 15 FC 24 43
Octal 230 214 311 30 36 0 25 374 44 103
Binary 10011000 10001100 11001001 11000 11110 0 10101 11111100 100100 1000011

Color Harmonies of #988CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CC9

Black with #988CC9

Text Example


Text Example

White with #988CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,201); }

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

background-color css

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

 a { background-color: rgb(152,140,201); }

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

border-color css

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

 span { border-color: rgb(152,140,201); }

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