Html Css Color HEX #9884EA Medium Purple

📋 copy color: '#9884EA'

red 152 ◦ green 132 ◦ blue 234

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

Shades of Medium Purple #9884EA

Tints of Medium Purple #9884EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.48%

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 29.34%
G = 25.48%
B = 45.17%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9884EA (or 0x9884EA) is known color: Medium Purple. HEX triplet: 98, 84 and EA. RGB value is (152,132,234). Sum of RGB (Red+Green+Blue) = 152+132+234=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #9884EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884EA is #677B15. Grayscale: #959595. Windows color (decimal): -6781718 or 15369368. OLE color: 15369368.

HSL color Cylindrical-coordinate representation of color #9884EA: hue angle of 251.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9884EA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 132 234 -
CMYK 0.35 0.44 0 0.08
HSL 251.76º 0.71% 0.72% -
HSV(B) 251.76º 0.44% 0.92% -
XYZ 36.05 29.12 81.56 -
YUV 149.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 152 132 234 0.35 0.44 0 0.08 251.76 0.71 0.72
Hex 98 84 EA 23 2C 0 8 FC 47 48
Octal 230 204 352 43 54 0 10 374 107 110
Binary 10011000 10000100 11101010 100011 101100 0 1000 11111100 1000111 1001000

Color Harmonies of #9884EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884EA

Black with #9884EA

Text Example


Text Example

White with #9884EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9884EA; }

 p { color: rgb(152,132,234); }

 H1.HeaderClassName
 {
   color: #9884EA;
 }
 .AnyTagClassName
 {
   color: #9884EA;
 }
</style>

background-color css

<style>
 a { background-color: #9884EA; }

 a { background-color: rgb(152,132,234); }

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

border-color css

<style>
 span { border-color: #9884EA; }

 span { border-color: rgb(152,132,234); }

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