Html Css Color HEX #917AE5 Medium Purple

📋 copy color: '#917AE5'

red 145 ◦ green 122 ◦ blue 229

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

Shades of Medium Purple #917AE5

Tints of Medium Purple #917AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.6%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 29.23%
G = 24.6%
B = 46.17%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#917AE5 (or 0x917AE5) is known color: Medium Purple. HEX triplet: 91, 7A and E5. RGB value is (145,122,229). Sum of RGB (Red+Green+Blue) = 145+122+229=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #917AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AE5 is #6E851A. Grayscale: #8C8C8C. Windows color (decimal): -7243035 or 15039121. OLE color: 15039121.

HSL color Cylindrical-coordinate representation of color #917AE5: hue angle of 252.9º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917AE5 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 122 229 -
CMYK 0.37 0.47 0 0.10
HSL 252.9º 0.67% 0.69% -
HSV(B) 252.9º 0.47% 0.9% -
XYZ 32.78 25.6 77.34 -
YUV 141.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 145 122 229 0.37 0.47 0 0.10 252.9 0.67 0.69
Hex 91 7A E5 25 2F 0 A FD 43 45
Octal 221 172 345 45 57 0 12 375 103 105
Binary 10010001 1111010 11100101 100101 101111 0 1010 11111101 1000011 1000101

Color Harmonies of #917AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AE5

Black with #917AE5

Text Example


Text Example

White with #917AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,122,229); }

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

background-color css

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

 a { background-color: rgb(145,122,229); }

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

border-color css

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

 span { border-color: rgb(145,122,229); }

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