Html Css Color HEX #917DDA Medium Purple

📋 copy color: '#917DDA'

red 145 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #917DDA

Tints of Medium Purple #917DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 29.71%
G = 25.61%
B = 44.67%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#917DDA (or 0x917DDA) is known color: Medium Purple. HEX triplet: 91, 7D and DA. RGB value is (145,125,218). Sum of RGB (Red+Green+Blue) = 145+125+218=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #917DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDA is #6E8225. Grayscale: #8D8D8D. Windows color (decimal): -7242278 or 14318993. OLE color: 14318993.

HSL color Cylindrical-coordinate representation of color #917DDA: hue angle of 252.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917DDA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 125 218 -
CMYK 0.33 0.43 0 0.15
HSL 252.9º 0.56% 0.67% -
HSV(B) 252.9º 0.43% 0.85% -
XYZ 31.67 25.75 69.63 -
YUV 141.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 145 125 218 0.33 0.43 0 0.15 252.9 0.56 0.67
Hex 91 7D DA 21 2B 0 F FD 38 43
Octal 221 175 332 41 53 0 17 375 70 103
Binary 10010001 1111101 11011010 100001 101011 0 1111 11111101 111000 1000011

Color Harmonies of #917DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917DDA

Black with #917DDA

Text Example


Text Example

White with #917DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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