Html Css Color HEX #927AE9 Medium Purple

📋 copy color: '#927AE9'

red 146 ◦ green 122 ◦ blue 233

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

Shades of Medium Purple #927AE9

Tints of Medium Purple #927AE9

RGB

 RED value IS 146 (57.42% from 255) = 29.14%

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

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 29.14%
G = 24.35%
B = 46.51%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#927AE9 (or 0x927AE9) is known color: Medium Purple. HEX triplet: 92, 7A and E9. RGB value is (146,122,233). Sum of RGB (Red+Green+Blue) = 146+122+233=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #927AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927AE9 is #6D8516. Grayscale: #8D8D8D. Windows color (decimal): -7177495 or 15301266. OLE color: 15301266.

HSL color Cylindrical-coordinate representation of color #927AE9: hue angle of 252.97º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927AE9 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 122 233 -
CMYK 0.37 0.48 0 0.09
HSL 252.97º 0.72% 0.7% -
HSV(B) 252.97º 0.48% 0.91% -
XYZ 33.52 25.91 80.33 -
YUV 141.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 146 122 233 0.37 0.48 0 0.09 252.97 0.72 0.7
Hex 92 7A E9 25 30 0 9 FD 48 46
Octal 222 172 351 45 60 0 11 375 110 106
Binary 10010010 1111010 11101001 100101 110000 0 1001 11111101 1001000 1000110

Color Harmonies of #927AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927AE9

Black with #927AE9

Text Example


Text Example

White with #927AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927AE9; }

 p { color: rgb(146,122,233); }

 H1.HeaderClassName
 {
   color: #927AE9;
 }
 .AnyTagClassName
 {
   color: #927AE9;
 }
</style>

background-color css

<style>
 a { background-color: #927AE9; }

 a { background-color: rgb(146,122,233); }

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

border-color css

<style>
 span { border-color: #927AE9; }

 span { border-color: rgb(146,122,233); }

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