Html Css Color HEX #9882EA Medium Purple

📋 copy color: '#9882EA'

red 152 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #9882EA

Tints of Medium Purple #9882EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.19%

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

R = 29.46%
G = 25.19%
B = 45.35%

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

#9882EA (or 0x9882EA) is known color: Medium Purple. HEX triplet: 98, 82 and EA. RGB value is (152,130,234). Sum of RGB (Red+Green+Blue) = 152+130+234=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #9882EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9882EA is #677D15. Grayscale: #949494. Windows color (decimal): -6782230 or 15368856. OLE color: 15368856.

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

Color convert

RGB 152 130 234 -
CMYK 0.35 0.44 0 0.08
HSL 252.69º 0.71% 0.71% -
HSV(B) 252.69º 0.44% 0.92% -
XYZ 35.78 28.58 81.47 -
YUV 148.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 152 130 234 0.35 0.44 0 0.08 252.69 0.71 0.71
Hex 98 82 EA 23 2C 0 8 FD 47 47
Octal 230 202 352 43 54 0 10 375 107 107
Binary 10011000 10000010 11101010 100011 101100 0 1000 11111101 1000111 1000111

Color Harmonies of #9882EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882EA

Black with #9882EA

Text Example


Text Example

White with #9882EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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