Html Css Color HEX #916ED5 Medium Purple

📋 copy color: '#916ED5'

red 145 ◦ green 110 ◦ blue 213

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

Shades of Medium Purple #916ED5

Tints of Medium Purple #916ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 30.98%
G = 23.5%
B = 45.51%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#916ED5 (or 0x916ED5) is known color: Medium Purple. HEX triplet: 91, 6E and D5. RGB value is (145,110,213). Sum of RGB (Red+Green+Blue) = 145+110+213=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #916ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ED5 is #6E912A. Grayscale: #838383. Windows color (decimal): -7246123 or 13987473. OLE color: 13987473.

HSL color Cylindrical-coordinate representation of color #916ED5: hue angle of 260.39º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916ED5 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 110 213 -
CMYK 0.32 0.48 0 0.16
HSL 260.39º 0.55% 0.63% -
HSV(B) 260.39º 0.48% 0.84% -
XYZ 29.26 21.98 65.65 -
YUV 132.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 145 110 213 0.32 0.48 0 0.16 260.39 0.55 0.63
Hex 91 6E D5 20 30 0 10 104 37 3F
Octal 221 156 325 40 60 0 20 404 67 77
Binary 10010001 1101110 11010101 100000 110000 0 10000 100000100 110111 111111

Color Harmonies of #916ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916ED5

Black with #916ED5

Text Example


Text Example

White with #916ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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