Html Css Color HEX #9253EA Medium Purple

📋 copy color: '#9253EA'

red 146 ◦ green 83 ◦ blue 234

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

Shades of Medium Purple #9253EA

Tints of Medium Purple #9253EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

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

R = 31.53%
G = 17.93%
B = 50.54%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9253EA (or 0x9253EA) is known color: Medium Purple. HEX triplet: 92, 53 and EA. RGB value is (146,83,234). Sum of RGB (Red+Green+Blue) = 146+83+234=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #9253EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9253EA is #6DAC15. Grayscale: #767676. Windows color (decimal): -7187478 or 15356818. OLE color: 15356818.

HSL color Cylindrical-coordinate representation of color #9253EA: hue angle of 265.03º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9253EA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 83 234 -
CMYK 0.38 0.65 0 0.08
HSL 265.03º 0.78% 0.62% -
HSV(B) 265.03º 0.65% 0.92% -
XYZ 29.8 18.24 79.79 -
YUV 119.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 146 83 234 0.38 0.65 0 0.08 265.03 0.78 0.62
Hex 92 53 EA 26 41 0 8 109 4E 3E
Octal 222 123 352 46 101 0 10 411 116 76
Binary 10010010 1010011 11101010 100110 1000001 0 1000 100001001 1001110 111110

Color Harmonies of #9253EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253EA

Black with #9253EA

Text Example


Text Example

White with #9253EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9253EA; }

 p { color: rgb(146,83,234); }

 H1.HeaderClassName
 {
   color: #9253EA;
 }
 .AnyTagClassName
 {
   color: #9253EA;
 }
</style>

background-color css

<style>
 a { background-color: #9253EA; }

 a { background-color: rgb(146,83,234); }

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

border-color css

<style>
 span { border-color: #9253EA; }

 span { border-color: rgb(146,83,234); }

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