Html Css Color HEX #916EDF Medium Purple

📋 copy color: '#916EDF'

red 145 ◦ green 110 ◦ blue 223

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

Shades of Medium Purple #916EDF

Tints of Medium Purple #916EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 30.33%
G = 23.01%
B = 46.65%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#916EDF (or 0x916EDF) is known color: Medium Purple. HEX triplet: 91, 6E and DF. RGB value is (145,110,223). Sum of RGB (Red+Green+Blue) = 145+110+223=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #916EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EDF is #6E9120. Grayscale: #848484. Windows color (decimal): -7246113 or 14642833. OLE color: 14642833.

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

Color convert

RGB 145 110 223 -
CMYK 0.35 0.51 0 0.13
HSL 258.58º 0.64% 0.65% -
HSV(B) 258.58º 0.51% 0.87% -
XYZ 30.57 22.5 72.54 -
YUV 133.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 145 110 223 0.35 0.51 0 0.13 258.58 0.64 0.65
Hex 91 6E DF 23 33 0 D 103 40 41
Octal 221 156 337 43 63 0 15 403 100 101
Binary 10010001 1101110 11011111 100011 110011 0 1101 100000011 1000000 1000001

Color Harmonies of #916EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EDF

Black with #916EDF

Text Example


Text Example

White with #916EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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