Html Css Color HEX #916EEB Medium Purple

📋 copy color: '#916EEB'

red 145 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #916EEB

Tints of Medium Purple #916EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

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

R = 29.59%
G = 22.45%
B = 47.96%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#916EEB (or 0x916EEB) is known color: Medium Purple. HEX triplet: 91, 6E and EB. RGB value is (145,110,235). Sum of RGB (Red+Green+Blue) = 145+110+235=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #916EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EEB is #6E9114. Grayscale: #868686. Windows color (decimal): -7246101 or 15429265. OLE color: 15429265.

HSL color Cylindrical-coordinate representation of color #916EEB: hue angle of 256.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #916EEB is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 110 235 -
CMYK 0.38 0.53 0 0.08
HSL 256.8º 0.76% 0.68% -
HSV(B) 256.8º 0.53% 0.92% -
XYZ 32.25 23.17 81.37 -
YUV 134.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 145 110 235 0.38 0.53 0 0.08 256.8 0.76 0.68
Hex 91 6E EB 26 35 0 8 101 4C 44
Octal 221 156 353 46 65 0 10 401 114 104
Binary 10010001 1101110 11101011 100110 110101 0 1000 100000001 1001100 1000100

Color Harmonies of #916EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EEB

Black with #916EEB

Text Example


Text Example

White with #916EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916EEB; }

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

 H1.HeaderClassName
 {
   color: #916EEB;
 }
 .AnyTagClassName
 {
   color: #916EEB;
 }
</style>

background-color css

<style>
 a { background-color: #916EEB; }

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

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

border-color css

<style>
 span { border-color: #916EEB; }

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

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