Html Css Color HEX #916FD7 Medium Purple

📋 copy color: '#916FD7'

red 145 ◦ green 111 ◦ blue 215

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

Shades of Medium Purple #916FD7

Tints of Medium Purple #916FD7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

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

R = 30.79%
G = 23.57%
B = 45.65%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#916FD7 (or 0x916FD7) is known color: Medium Purple. HEX triplet: 91, 6F and D7. RGB value is (145,111,215). Sum of RGB (Red+Green+Blue) = 145+111+215=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #916FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FD7 is #6E9028. Grayscale: #848484. Windows color (decimal): -7245865 or 14118801. OLE color: 14118801.

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

Color convert

RGB 145 111 215 -
CMYK 0.33 0.48 0 0.16
HSL 259.62º 0.57% 0.64% -
HSV(B) 259.62º 0.48% 0.84% -
XYZ 29.63 22.29 67.03 -
YUV 133.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 145 111 215 0.33 0.48 0 0.16 259.62 0.57 0.64
Hex 91 6F D7 21 30 0 10 104 39 40
Octal 221 157 327 41 60 0 20 404 71 100
Binary 10010001 1101111 11010111 100001 110000 0 10000 100000100 111001 1000000

Color Harmonies of #916FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916FD7

Black with #916FD7

Text Example


Text Example

White with #916FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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