Html Css Color HEX #988AED Medium Purple

📋 copy color: '#988AED'

red 152 ◦ green 138 ◦ blue 237

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

Shades of Medium Purple #988AED

Tints of Medium Purple #988AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 28.84%
G = 26.19%
B = 44.97%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#988AED (or 0x988AED) is known color: Medium Purple. HEX triplet: 98, 8A and ED. RGB value is (152,138,237). Sum of RGB (Red+Green+Blue) = 152+138+237=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #988AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AED is #677512. Grayscale: #999999. Windows color (decimal): -6780179 or 15567512. OLE color: 15567512.

HSL color Cylindrical-coordinate representation of color #988AED: hue angle of 248.48º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988AED is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 138 237 -
CMYK 0.36 0.42 0 0.07
HSL 248.48º 0.73% 0.74% -
HSV(B) 248.48º 0.42% 0.93% -
XYZ 37.32 30.97 84.13 -
YUV 153.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 152 138 237 0.36 0.42 0 0.07 248.48 0.73 0.74
Hex 98 8A ED 24 2A 0 7 F8 49 4A
Octal 230 212 355 44 52 0 7 370 111 112
Binary 10011000 10001010 11101101 100100 101010 0 111 11111000 1001001 1001010

Color Harmonies of #988AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AED

Black with #988AED

Text Example


Text Example

White with #988AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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