Html Css Color HEX #917FDD Medium Purple

📋 copy color: '#917FDD'

red 145 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #917FDD

Tints of Medium Purple #917FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 29.41%
G = 25.76%
B = 44.83%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#917FDD (or 0x917FDD) is known color: Medium Purple. HEX triplet: 91, 7F and DD. RGB value is (145,127,221). Sum of RGB (Red+Green+Blue) = 145+127+221=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #917FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FDD is #6E8022. Grayscale: #8E8E8E. Windows color (decimal): -7241763 or 14516113. OLE color: 14516113.

HSL color Cylindrical-coordinate representation of color #917FDD: hue angle of 251.49º degrees, saturation: 0.58, 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 #917FDD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 127 221 -
CMYK 0.34 0.43 0 0.13
HSL 251.49º 0.58% 0.68% -
HSV(B) 251.49º 0.43% 0.87% -
XYZ 32.32 26.42 71.8 -
YUV 143.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 145 127 221 0.34 0.43 0 0.13 251.49 0.58 0.68
Hex 91 7F DD 22 2B 0 D FB 3A 44
Octal 221 177 335 42 53 0 15 373 72 104
Binary 10010001 1111111 11011101 100010 101011 0 1101 11111011 111010 1000100

Color Harmonies of #917FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FDD

Black with #917FDD

Text Example


Text Example

White with #917FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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