Html Css Color HEX #917FD6 Medium Purple

📋 copy color: '#917FD6'

red 145 ◦ green 127 ◦ blue 214

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

Shades of Medium Purple #917FD6

Tints of Medium Purple #917FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 29.84%
G = 26.13%
B = 44.03%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#917FD6 (or 0x917FD6) is known color: Medium Purple. HEX triplet: 91, 7F and D6. RGB value is (145,127,214). Sum of RGB (Red+Green+Blue) = 145+127+214=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #917FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FD6 is #6E8029. Grayscale: #8D8D8D. Windows color (decimal): -7241770 or 14057361. OLE color: 14057361.

HSL color Cylindrical-coordinate representation of color #917FD6: hue angle of 252.41º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917FD6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 127 214 -
CMYK 0.32 0.41 0 0.16
HSL 252.41º 0.51% 0.67% -
HSV(B) 252.41º 0.41% 0.84% -
XYZ 31.4 26.05 66.99 -
YUV 142.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 145 127 214 0.32 0.41 0 0.16 252.41 0.51 0.67
Hex 91 7F D6 20 29 0 10 FC 33 43
Octal 221 177 326 40 51 0 20 374 63 103
Binary 10010001 1111111 11010110 100000 101001 0 10000 11111100 110011 1000011

Color Harmonies of #917FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FD6

Black with #917FD6

Text Example


Text Example

White with #917FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917FD6; }

 p { color: rgb(145,127,214); }

 H1.HeaderClassName
 {
   color: #917FD6;
 }
 .AnyTagClassName
 {
   color: #917FD6;
 }
</style>

background-color css

<style>
 a { background-color: #917FD6; }

 a { background-color: rgb(145,127,214); }

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

border-color css

<style>
 span { border-color: #917FD6; }

 span { border-color: rgb(145,127,214); }

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