Html Css Color HEX #9981EC Medium Purple

📋 copy color: '#9981EC'

red 153 ◦ green 129 ◦ blue 236

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

Shades of Medium Purple #9981EC

Tints of Medium Purple #9981EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 29.54%
G = 24.9%
B = 45.56%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9981EC (or 0x9981EC) is known color: Medium Purple. HEX triplet: 99, 81 and EC. RGB value is (153,129,236). Sum of RGB (Red+Green+Blue) = 153+129+236=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9981EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9981EC is #667E13. Grayscale: #939393. Windows color (decimal): -6716948 or 15499673. OLE color: 15499673.

HSL color Cylindrical-coordinate representation of color #9981EC: hue angle of 253.46º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9981EC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 129 236 -
CMYK 0.35 0.45 0 0.07
HSL 253.46º 0.74% 0.72% -
HSV(B) 253.46º 0.45% 0.93% -
XYZ 36.13 28.53 82.96 -
YUV 148.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 153 129 236 0.35 0.45 0 0.07 253.46 0.74 0.72
Hex 99 81 EC 23 2D 0 7 FD 4A 48
Octal 231 201 354 43 55 0 7 375 112 110
Binary 10011001 10000001 11101100 100011 101101 0 111 11111101 1001010 1001000

Color Harmonies of #9981EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9981EC

Black with #9981EC

Text Example


Text Example

White with #9981EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9981EC; }

 p { color: rgb(153,129,236); }

 H1.HeaderClassName
 {
   color: #9981EC;
 }
 .AnyTagClassName
 {
   color: #9981EC;
 }
</style>

background-color css

<style>
 a { background-color: #9981EC; }

 a { background-color: rgb(153,129,236); }

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

border-color css

<style>
 span { border-color: #9981EC; }

 span { border-color: rgb(153,129,236); }

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