Html Css Color HEX #9161ED Medium Purple

📋 copy color: '#9161ED'

red 145 ◦ green 97 ◦ blue 237

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

Shades of Medium Purple #9161ED

Tints of Medium Purple #9161ED

RGB

 RED value IS 145 (57.03% from 255) = 30.27%

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 30.27%
G = 20.25%
B = 49.48%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9161ED (or 0x9161ED) is known color: Medium Purple. HEX triplet: 91, 61 and ED. RGB value is (145,97,237). Sum of RGB (Red+Green+Blue) = 145+97+237=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #9161ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9161ED is #6E9E12. Grayscale: #7E7E7E. Windows color (decimal): -7249427 or 15557009. OLE color: 15557009.

HSL color Cylindrical-coordinate representation of color #9161ED: hue angle of 260.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9161ED is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 97 237 -
CMYK 0.39 0.59 0 0.07
HSL 260.57º 0.8% 0.65% -
HSV(B) 260.57º 0.59% 0.93% -
XYZ 31.24 20.68 82.47 -
YUV 127.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 145 97 237 0.39 0.59 0 0.07 260.57 0.8 0.65
Hex 91 61 ED 27 3B 0 7 105 50 41
Octal 221 141 355 47 73 0 7 405 120 101
Binary 10010001 1100001 11101101 100111 111011 0 111 100000101 1010000 1000001

Color Harmonies of #9161ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161ED

Black with #9161ED

Text Example


Text Example

White with #9161ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9161ED; }

 p { color: rgb(145,97,237); }

 H1.HeaderClassName
 {
   color: #9161ED;
 }
 .AnyTagClassName
 {
   color: #9161ED;
 }
</style>

background-color css

<style>
 a { background-color: #9161ED; }

 a { background-color: rgb(145,97,237); }

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

border-color css

<style>
 span { border-color: #9161ED; }

 span { border-color: rgb(145,97,237); }

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