Html Css Color HEX #916EE0 Medium Purple

📋 copy color: '#916EE0'

red 145 ◦ green 110 ◦ blue 224

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

Shades of Medium Purple #916EE0

Tints of Medium Purple #916EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 30.27%
G = 22.96%
B = 46.76%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#916EE0 (or 0x916EE0) is known color: Medium Purple. HEX triplet: 91, 6E and E0. RGB value is (145,110,224). Sum of RGB (Red+Green+Blue) = 145+110+224=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #916EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EE0 is #6E911F. Grayscale: #858585. Windows color (decimal): -7246112 or 14708369. OLE color: 14708369.

HSL color Cylindrical-coordinate representation of color #916EE0: hue angle of 258.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916EE0 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 110 224 -
CMYK 0.35 0.51 0 0.12
HSL 258.42º 0.65% 0.65% -
HSV(B) 258.42º 0.51% 0.88% -
XYZ 30.71 22.55 73.26 -
YUV 133.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 145 110 224 0.35 0.51 0 0.12 258.42 0.65 0.65
Hex 91 6E E0 23 33 0 C 102 41 41
Octal 221 156 340 43 63 0 14 402 101 101
Binary 10010001 1101110 11100000 100011 110011 0 1100 100000010 1000001 1000001

Color Harmonies of #916EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EE0

Black with #916EE0

Text Example


Text Example

White with #916EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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