Html Css Color HEX #9982EA Medium Purple

📋 copy color: '#9982EA'

red 153 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #9982EA

Tints of Medium Purple #9982EA

RGB

 RED value IS 153 (60.16% from 255) = 29.59%

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

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

R = 29.59%
G = 25.15%
B = 45.26%

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

#9982EA (or 0x9982EA) is known color: Medium Purple. HEX triplet: 99, 82 and EA. RGB value is (153,130,234). Sum of RGB (Red+Green+Blue) = 153+130+234=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #9982EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982EA is #667D15. Grayscale: #949494. Windows color (decimal): -6716694 or 15368857. OLE color: 15368857.

HSL color Cylindrical-coordinate representation of color #9982EA: hue angle of 253.27º 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 #9982EA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 130 234 -
CMYK 0.35 0.44 0 0.08
HSL 253.27º 0.71% 0.71% -
HSV(B) 253.27º 0.44% 0.92% -
XYZ 35.97 28.68 81.48 -
YUV 148.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 153 130 234 0.35 0.44 0 0.08 253.27 0.71 0.71
Hex 99 82 EA 23 2C 0 8 FD 47 47
Octal 231 202 352 43 54 0 10 375 107 107
Binary 10011001 10000010 11101010 100011 101100 0 1000 11111101 1000111 1000111

Color Harmonies of #9982EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982EA

Black with #9982EA

Text Example


Text Example

White with #9982EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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