Html Css Color HEX #9157EE Medium Purple

📋 copy color: '#9157EE'

red 145 ◦ green 87 ◦ blue 238

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

Shades of Medium Purple #9157EE

Tints of Medium Purple #9157EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.51%

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 30.85%
G = 18.51%
B = 50.64%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9157EE (or 0x9157EE) is known color: Medium Purple. HEX triplet: 91, 57 and EE. RGB value is (145,87,238). Sum of RGB (Red+Green+Blue) = 145+87+238=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9157EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9157EE is #6EA811. Grayscale: #797979. Windows color (decimal): -7251986 or 15619985. OLE color: 15619985.

HSL color Cylindrical-coordinate representation of color #9157EE: hue angle of 263.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9157EE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 87 238 -
CMYK 0.39 0.63 0 0.07
HSL 263.05º 0.82% 0.64% -
HSV(B) 263.05º 0.63% 0.93% -
XYZ 30.52 19.01 82.95 -
YUV 121.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 145 87 238 0.39 0.63 0 0.07 263.05 0.82 0.64
Hex 91 57 EE 27 3F 0 7 107 52 40
Octal 221 127 356 47 77 0 7 407 122 100
Binary 10010001 1010111 11101110 100111 111111 0 111 100000111 1010010 1000000

Color Harmonies of #9157EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9157EE

Black with #9157EE

Text Example


Text Example

White with #9157EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9157EE; }

 p { color: rgb(145,87,238); }

 H1.HeaderClassName
 {
   color: #9157EE;
 }
 .AnyTagClassName
 {
   color: #9157EE;
 }
</style>

background-color css

<style>
 a { background-color: #9157EE; }

 a { background-color: rgb(145,87,238); }

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

border-color css

<style>
 span { border-color: #9157EE; }

 span { border-color: rgb(145,87,238); }

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