Html Css Color HEX #988AC9 Cold Purple

📋 copy color: '#988AC9'

red 152 ◦ green 138 ◦ blue 201

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

Shades of Cold Purple #988AC9

Tints of Cold Purple #988AC9

RGB

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

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

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

R = 30.96%
G = 28.11%
B = 40.94%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#988AC9 (or 0x988AC9) is known color: Cold Purple. HEX triplet: 98, 8A and C9. RGB value is (152,138,201). Sum of RGB (Red+Green+Blue) = 152+138+201=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #988AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC9 is #677536. Grayscale: #959595. Windows color (decimal): -6780215 or 13208216. OLE color: 13208216.

HSL color Cylindrical-coordinate representation of color #988AC9: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988AC9 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 138 201 -
CMYK 0.24 0.31 0 0.21
HSL 253.33º 0.37% 0.66% -
HSV(B) 253.33º 0.31% 0.79% -
XYZ 32.58 29.07 59.15 -
YUV 149.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 152 138 201 0.24 0.31 0 0.21 253.33 0.37 0.66
Hex 98 8A C9 18 1F 0 15 FD 25 42
Octal 230 212 311 30 37 0 25 375 45 102
Binary 10011000 10001010 11001001 11000 11111 0 10101 11111101 100101 1000010

Color Harmonies of #988AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AC9

Black with #988AC9

Text Example


Text Example

White with #988AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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