Html Css Color HEX #917FDE Medium Purple

📋 copy color: '#917FDE'

red 145 ◦ green 127 ◦ blue 222

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

Shades of Medium Purple #917FDE

Tints of Medium Purple #917FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 29.35%
G = 25.71%
B = 44.94%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#917FDE (or 0x917FDE) is known color: Medium Purple. HEX triplet: 91, 7F and DE. RGB value is (145,127,222). Sum of RGB (Red+Green+Blue) = 145+127+222=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #917FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FDE is #6E8021. Grayscale: #8E8E8E. Windows color (decimal): -7241762 or 14581649. OLE color: 14581649.

HSL color Cylindrical-coordinate representation of color #917FDE: hue angle of 251.37º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917FDE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 127 222 -
CMYK 0.35 0.43 0 0.13
HSL 251.37º 0.59% 0.68% -
HSV(B) 251.37º 0.43% 0.87% -
XYZ 32.45 26.47 72.51 -
YUV 143.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 145 127 222 0.35 0.43 0 0.13 251.37 0.59 0.68
Hex 91 7F DE 23 2B 0 D FB 3B 44
Octal 221 177 336 43 53 0 15 373 73 104
Binary 10010001 1111111 11011110 100011 101011 0 1101 11111011 111011 1000100

Color Harmonies of #917FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FDE

Black with #917FDE

Text Example


Text Example

White with #917FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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