Html Css Color HEX #9881EE Medium Purple

📋 copy color: '#9881EE'

red 152 ◦ green 129 ◦ blue 238

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

Shades of Medium Purple #9881EE

Tints of Medium Purple #9881EE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.86%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 29.29%
G = 24.86%
B = 45.86%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9881EE (or 0x9881EE) is known color: Medium Purple. HEX triplet: 98, 81 and EE. RGB value is (152,129,238). Sum of RGB (Red+Green+Blue) = 152+129+238=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9881EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881EE is #677E11. Grayscale: #939393. Windows color (decimal): -6782482 or 15630744. OLE color: 15630744.

HSL color Cylindrical-coordinate representation of color #9881EE: hue angle of 252.66º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9881EE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 129 238 -
CMYK 0.36 0.46 0 0.07
HSL 252.66º 0.76% 0.72% -
HSV(B) 252.66º 0.46% 0.93% -
XYZ 36.23 28.55 84.49 -
YUV 148.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 152 129 238 0.36 0.46 0 0.07 252.66 0.76 0.72
Hex 98 81 EE 24 2E 0 7 FD 4C 48
Octal 230 201 356 44 56 0 7 375 114 110
Binary 10011000 10000001 11101110 100100 101110 0 111 11111101 1001100 1001000

Color Harmonies of #9881EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881EE

Black with #9881EE

Text Example


Text Example

White with #9881EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9881EE; }

 p { color: rgb(152,129,238); }

 H1.HeaderClassName
 {
   color: #9881EE;
 }
 .AnyTagClassName
 {
   color: #9881EE;
 }
</style>

background-color css

<style>
 a { background-color: #9881EE; }

 a { background-color: rgb(152,129,238); }

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

border-color css

<style>
 span { border-color: #9881EE; }

 span { border-color: rgb(152,129,238); }

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