Html Css Color HEX #916EDB Medium Purple

📋 copy color: '#916EDB'

red 145 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #916EDB

Tints of Medium Purple #916EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 30.59%
G = 23.21%
B = 46.2%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#916EDB (or 0x916EDB) is known color: Medium Purple. HEX triplet: 91, 6E and DB. RGB value is (145,110,219). Sum of RGB (Red+Green+Blue) = 145+110+219=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #916EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EDB is #6E9124. Grayscale: #848484. Windows color (decimal): -7246117 or 14380689. OLE color: 14380689.

HSL color Cylindrical-coordinate representation of color #916EDB: hue angle of 259.27º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #916EDB is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 110 219 -
CMYK 0.34 0.50 0 0.14
HSL 259.27º 0.6% 0.65% -
HSV(B) 259.27º 0.5% 0.86% -
XYZ 30.04 22.29 69.74 -
YUV 132.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 145 110 219 0.34 0.50 0 0.14 259.27 0.6 0.65
Hex 91 6E DB 22 32 0 E 103 3C 41
Octal 221 156 333 42 62 0 16 403 74 101
Binary 10010001 1101110 11011011 100010 110010 0 1110 100000011 111100 1000001

Color Harmonies of #916EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EDB

Black with #916EDB

Text Example


Text Example

White with #916EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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