Html Css Color HEX #917FEB Medium Purple

📋 copy color: '#917FEB'

red 145 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #917FEB

Tints of Medium Purple #917FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 28.6%
G = 25.05%
B = 46.35%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#917FEB (or 0x917FEB) is known color: Medium Purple. HEX triplet: 91, 7F and EB. RGB value is (145,127,235). Sum of RGB (Red+Green+Blue) = 145+127+235=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #917FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FEB is #6E8014. Grayscale: #909090. Windows color (decimal): -7241749 or 15433617. OLE color: 15433617.

HSL color Cylindrical-coordinate representation of color #917FEB: hue angle of 250º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #917FEB is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 127 235 -
CMYK 0.38 0.46 0 0.08
HSL 250º 0.73% 0.71% -
HSV(B) 250º 0.46% 0.92% -
XYZ 34.26 27.2 82.04 -
YUV 144.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 145 127 235 0.38 0.46 0 0.08 250 0.73 0.71
Hex 91 7F EB 26 2E 0 8 FA 49 47
Octal 221 177 353 46 56 0 10 372 111 107
Binary 10010001 1111111 11101011 100110 101110 0 1000 11111010 1001001 1000111

Color Harmonies of #917FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FEB

Black with #917FEB

Text Example


Text Example

White with #917FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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