Html Css Color HEX #9151EC Medium Purple

📋 copy color: '#9151EC'

red 145 ◦ green 81 ◦ blue 236

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

Shades of Medium Purple #9151EC

Tints of Medium Purple #9151EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.53%

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

R = 31.39%
G = 17.53%
B = 51.08%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9151EC (or 0x9151EC) is known color: Medium Purple. HEX triplet: 91, 51 and EC. RGB value is (145,81,236). Sum of RGB (Red+Green+Blue) = 145+81+236=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #9151EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9151EC is #6EAE13. Grayscale: #757575. Windows color (decimal): -7253524 or 15487377. OLE color: 15487377.

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

Color convert

RGB 145 81 236 -
CMYK 0.39 0.66 0 0.07
HSL 264.77º 0.8% 0.62% -
HSV(B) 264.77º 0.66% 0.93% -
XYZ 29.76 17.96 81.26 -
YUV 117.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 145 81 236 0.39 0.66 0 0.07 264.77 0.8 0.62
Hex 91 51 EC 27 42 0 7 109 50 3E
Octal 221 121 354 47 102 0 7 411 120 76
Binary 10010001 1010001 11101100 100111 1000010 0 111 100001001 1010000 111110

Color Harmonies of #9151EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9151EC

Black with #9151EC

Text Example


Text Example

White with #9151EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,81,236); }

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

background-color css

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

 a { background-color: rgb(145,81,236); }

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

border-color css

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

 span { border-color: rgb(145,81,236); }

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