Html Css Color HEX #9156EE Medium Purple

📋 copy color: '#9156EE'

red 145 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9156EE

Tints of Medium Purple #9156EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.34%

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

R = 30.92%
G = 18.34%
B = 50.75%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9156EE (or 0x9156EE) is known color: Medium Purple. HEX triplet: 91, 56 and EE. RGB value is (145,86,238). Sum of RGB (Red+Green+Blue) = 145+86+238=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #9156EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9156EE is #6EA911. Grayscale: #787878. Windows color (decimal): -7252242 or 15619729. OLE color: 15619729.

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

Color convert

RGB 145 86 238 -
CMYK 0.39 0.64 0 0.07
HSL 263.29º 0.82% 0.64% -
HSV(B) 263.29º 0.64% 0.93% -
XYZ 30.44 18.85 82.92 -
YUV 120.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 145 86 238 0.39 0.64 0 0.07 263.29 0.82 0.64
Hex 91 56 EE 27 40 0 7 107 52 40
Octal 221 126 356 47 100 0 7 407 122 100
Binary 10010001 1010110 11101110 100111 1000000 0 111 100000111 1010010 1000000

Color Harmonies of #9156EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9156EE

Black with #9156EE

Text Example


Text Example

White with #9156EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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