Html Css Color HEX #9162EE Medium Purple

📋 copy color: '#9162EE'

red 145 ◦ green 98 ◦ blue 238

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

Shades of Medium Purple #9162EE

Tints of Medium Purple #9162EE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

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

R = 30.15%
G = 20.37%
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

#9162EE (or 0x9162EE) is known color: Medium Purple. HEX triplet: 91, 62 and EE. RGB value is (145,98,238). Sum of RGB (Red+Green+Blue) = 145+98+238=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #9162EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9162EE is #6E9D11. Grayscale: #7F7F7F. Windows color (decimal): -7249170 or 15622801. OLE color: 15622801.

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

Color convert

RGB 145 98 238 -
CMYK 0.39 0.59 0 0.07
HSL 260.14º 0.8% 0.66% -
HSV(B) 260.14º 0.59% 0.93% -
XYZ 31.48 20.93 83.27 -
YUV 128.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 145 98 238 0.39 0.59 0 0.07 260.14 0.8 0.66
Hex 91 62 EE 27 3B 0 7 104 50 42
Octal 221 142 356 47 73 0 7 404 120 102
Binary 10010001 1100010 11101110 100111 111011 0 111 100000100 1010000 1000010

Color Harmonies of #9162EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9162EE

Black with #9162EE

Text Example


Text Example

White with #9162EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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