Html Css Color HEX #917CD7 Medium Purple

📋 copy color: '#917CD7'

red 145 ◦ green 124 ◦ blue 215

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

Shades of Medium Purple #917CD7

Tints of Medium Purple #917CD7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 29.96%
G = 25.62%
B = 44.42%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#917CD7 (or 0x917CD7) is known color: Medium Purple. HEX triplet: 91, 7C and D7. RGB value is (145,124,215). Sum of RGB (Red+Green+Blue) = 145+124+215=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #917CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CD7 is #6E8328. Grayscale: #8C8C8C. Windows color (decimal): -7242537 or 14122129. OLE color: 14122129.

HSL color Cylindrical-coordinate representation of color #917CD7: hue angle of 253.85º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917CD7 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 124 215 -
CMYK 0.33 0.42 0 0.16
HSL 253.85º 0.53% 0.66% -
HSV(B) 253.85º 0.42% 0.84% -
XYZ 31.15 25.34 67.54 -
YUV 140.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 145 124 215 0.33 0.42 0 0.16 253.85 0.53 0.66
Hex 91 7C D7 21 2A 0 10 FE 35 42
Octal 221 174 327 41 52 0 20 376 65 102
Binary 10010001 1111100 11010111 100001 101010 0 10000 11111110 110101 1000010

Color Harmonies of #917CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CD7

Black with #917CD7

Text Example


Text Example

White with #917CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,124,215); }

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

background-color css

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

 a { background-color: rgb(145,124,215); }

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

border-color css

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

 span { border-color: rgb(145,124,215); }

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