Html Css Color HEX #917DDF Medium Purple

📋 copy color: '#917DDF'

red 145 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #917DDF

Tints of Medium Purple #917DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 29.41%
G = 25.35%
B = 45.23%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#917DDF (or 0x917DDF) is known color: Medium Purple. HEX triplet: 91, 7D and DF. RGB value is (145,125,223). Sum of RGB (Red+Green+Blue) = 145+125+223=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #917DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDF is #6E8220. Grayscale: #8D8D8D. Windows color (decimal): -7242273 or 14646673. OLE color: 14646673.

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

Color convert

RGB 145 125 223 -
CMYK 0.35 0.44 0 0.13
HSL 252.24º 0.6% 0.68% -
HSV(B) 252.24º 0.44% 0.87% -
XYZ 32.33 26.01 73.13 -
YUV 142.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 145 125 223 0.35 0.44 0 0.13 252.24 0.6 0.68
Hex 91 7D DF 23 2C 0 D FC 3C 44
Octal 221 175 337 43 54 0 15 374 74 104
Binary 10010001 1111101 11011111 100011 101100 0 1101 11111100 111100 1000100

Color Harmonies of #917DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917DDF

Black with #917DDF

Text Example


Text Example

White with #917DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,223); }

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

background-color css

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

 a { background-color: rgb(145,125,223); }

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

border-color css

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

 span { border-color: rgb(145,125,223); }

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