Html Css Color HEX #917BEA Medium Purple

📋 copy color: '#917BEA'

red 145 ◦ green 123 ◦ blue 234

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

Shades of Medium Purple #917BEA

Tints of Medium Purple #917BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.5%

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 28.88%
G = 24.5%
B = 46.61%

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

#917BEA (or 0x917BEA) is known color: Medium Purple. HEX triplet: 91, 7B and EA. RGB value is (145,123,234). Sum of RGB (Red+Green+Blue) = 145+123+234=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #917BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917BEA is #6E8415. Grayscale: #8D8D8D. Windows color (decimal): -7242774 or 15367057. OLE color: 15367057.

HSL color Cylindrical-coordinate representation of color #917BEA: hue angle of 251.89º degrees, saturation: 0.73, 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 #917BEA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 123 234 -
CMYK 0.38 0.47 0 0.08
HSL 251.89º 0.73% 0.7% -
HSV(B) 251.89º 0.47% 0.92% -
XYZ 33.61 26.13 81.11 -
YUV 142.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 145 123 234 0.38 0.47 0 0.08 251.89 0.73 0.7
Hex 91 7B EA 26 2F 0 8 FC 49 46
Octal 221 173 352 46 57 0 10 374 111 106
Binary 10010001 1111011 11101010 100110 101111 0 1000 11111100 1001001 1000110

Color Harmonies of #917BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917BEA

Black with #917BEA

Text Example


Text Example

White with #917BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,123,234); }

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

background-color css

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

 a { background-color: rgb(145,123,234); }

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

border-color css

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

 span { border-color: rgb(145,123,234); }

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