Html Css Color HEX #917FEC Medium Purple

📋 copy color: '#917FEC'

red 145 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #917FEC

Tints of Medium Purple #917FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 28.54%
G = 25%
B = 46.46%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#917FEC (or 0x917FEC) is known color: Medium Purple. HEX triplet: 91, 7F and EC. RGB value is (145,127,236). Sum of RGB (Red+Green+Blue) = 145+127+236=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #917FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FEC is #6E8013. Grayscale: #909090. Windows color (decimal): -7241748 or 15499153. OLE color: 15499153.

HSL color Cylindrical-coordinate representation of color #917FEC: hue angle of 249.91º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #917FEC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 127 236 -
CMYK 0.39 0.46 0 0.07
HSL 249.91º 0.74% 0.71% -
HSV(B) 249.91º 0.46% 0.93% -
XYZ 34.41 27.25 82.8 -
YUV 144.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 145 127 236 0.39 0.46 0 0.07 249.91 0.74 0.71
Hex 91 7F EC 27 2E 0 7 FA 4A 47
Octal 221 177 354 47 56 0 7 372 112 107
Binary 10010001 1111111 11101100 100111 101110 0 111 11111010 1001010 1000111

Color Harmonies of #917FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FEC

Black with #917FEC

Text Example


Text Example

White with #917FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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