Html Css Color HEX #917FDA Medium Purple

📋 copy color: '#917FDA'

red 145 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #917FDA

Tints of Medium Purple #917FDA

RGB

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

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

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

R = 29.59%
G = 25.92%
B = 44.49%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#917FDA (or 0x917FDA) is known color: Medium Purple. HEX triplet: 91, 7F and DA. RGB value is (145,127,218). Sum of RGB (Red+Green+Blue) = 145+127+218=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #917FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FDA is #6E8025. Grayscale: #8E8E8E. Windows color (decimal): -7241766 or 14319505. OLE color: 14319505.

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

Color convert

RGB 145 127 218 -
CMYK 0.33 0.42 0 0.15
HSL 251.87º 0.55% 0.68% -
HSV(B) 251.87º 0.42% 0.85% -
XYZ 31.92 26.26 69.72 -
YUV 142.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 145 127 218 0.33 0.42 0 0.15 251.87 0.55 0.68
Hex 91 7F DA 21 2A 0 F FC 37 44
Octal 221 177 332 41 52 0 17 374 67 104
Binary 10010001 1111111 11011010 100001 101010 0 1111 11111100 110111 1000100

Color Harmonies of #917FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FDA

Black with #917FDA

Text Example


Text Example

White with #917FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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