Html Css Color HEX #917CEB Medium Purple

📋 copy color: '#917CEB'

red 145 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #917CEB

Tints of Medium Purple #917CEB

RGB

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

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

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

R = 28.77%
G = 24.6%
B = 46.63%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#917CEB (or 0x917CEB) is known color: Medium Purple. HEX triplet: 91, 7C and EB. RGB value is (145,124,235). Sum of RGB (Red+Green+Blue) = 145+124+235=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #917CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CEB is #6E8314. Grayscale: #8E8E8E. Windows color (decimal): -7242517 or 15432849. OLE color: 15432849.

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

Color convert

RGB 145 124 235 -
CMYK 0.38 0.47 0 0.08
HSL 251.35º 0.74% 0.7% -
HSV(B) 251.35º 0.47% 0.92% -
XYZ 33.88 26.43 81.91 -
YUV 142.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 145 124 235 0.38 0.47 0 0.08 251.35 0.74 0.7
Hex 91 7C EB 26 2F 0 8 FB 4A 46
Octal 221 174 353 46 57 0 10 373 112 106
Binary 10010001 1111100 11101011 100110 101111 0 1000 11111011 1001010 1000110

Color Harmonies of #917CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CEB

Black with #917CEB

Text Example


Text Example

White with #917CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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