Html Css Color HEX #916DD7 Medium Purple

📋 copy color: '#916DD7'

red 145 ◦ green 109 ◦ blue 215

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

Shades of Medium Purple #916DD7

Tints of Medium Purple #916DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 30.92%
G = 23.24%
B = 45.84%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#916DD7 (or 0x916DD7) is known color: Medium Purple. HEX triplet: 91, 6D and D7. RGB value is (145,109,215). Sum of RGB (Red+Green+Blue) = 145+109+215=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #916DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DD7 is #6E9228. Grayscale: #838383. Windows color (decimal): -7246377 or 14118289. OLE color: 14118289.

HSL color Cylindrical-coordinate representation of color #916DD7: hue angle of 260.38º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #916DD7 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 109 215 -
CMYK 0.33 0.49 0 0.16
HSL 260.38º 0.57% 0.64% -
HSV(B) 260.38º 0.49% 0.84% -
XYZ 29.41 21.86 66.96 -
YUV 131.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 145 109 215 0.33 0.49 0 0.16 260.38 0.57 0.64
Hex 91 6D D7 21 31 0 10 104 39 40
Octal 221 155 327 41 61 0 20 404 71 100
Binary 10010001 1101101 11010111 100001 110001 0 10000 100000100 111001 1000000

Color Harmonies of #916DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916DD7

Black with #916DD7

Text Example


Text Example

White with #916DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,109,215); }

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

background-color css

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

 a { background-color: rgb(145,109,215); }

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

border-color css

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

 span { border-color: rgb(145,109,215); }

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