Html Css Color HEX #9160EB Medium Purple

📋 copy color: '#9160EB'

red 145 ◦ green 96 ◦ blue 235

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

Shades of Medium Purple #9160EB

Tints of Medium Purple #9160EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 30.46%
G = 20.17%
B = 49.37%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9160EB (or 0x9160EB) is known color: Medium Purple. HEX triplet: 91, 60 and EB. RGB value is (145,96,235). Sum of RGB (Red+Green+Blue) = 145+96+235=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #9160EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9160EB is #6E9F14. Grayscale: #7D7D7D. Windows color (decimal): -7249685 or 15425681. OLE color: 15425681.

HSL color Cylindrical-coordinate representation of color #9160EB: hue angle of 261.15º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9160EB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 96 235 -
CMYK 0.38 0.59 0 0.08
HSL 261.15º 0.78% 0.65% -
HSV(B) 261.15º 0.59% 0.92% -
XYZ 30.86 20.38 80.91 -
YUV 126.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 145 96 235 0.38 0.59 0 0.08 261.15 0.78 0.65
Hex 91 60 EB 26 3B 0 8 105 4E 41
Octal 221 140 353 46 73 0 10 405 116 101
Binary 10010001 1100000 11101011 100110 111011 0 1000 100000101 1001110 1000001

Color Harmonies of #9160EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9160EB

Black with #9160EB

Text Example


Text Example

White with #9160EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9160EB; }

 p { color: rgb(145,96,235); }

 H1.HeaderClassName
 {
   color: #9160EB;
 }
 .AnyTagClassName
 {
   color: #9160EB;
 }
</style>

background-color css

<style>
 a { background-color: #9160EB; }

 a { background-color: rgb(145,96,235); }

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

border-color css

<style>
 span { border-color: #9160EB; }

 span { border-color: rgb(145,96,235); }

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