Html Css Color HEX #9254EA Medium Purple

📋 copy color: '#9254EA'

red 146 ◦ green 84 ◦ blue 234

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

Shades of Medium Purple #9254EA

Tints of Medium Purple #9254EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.1%

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

R = 31.47%
G = 18.1%
B = 50.43%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9254EA (or 0x9254EA) is known color: Medium Purple. HEX triplet: 92, 54 and EA. RGB value is (146,84,234). Sum of RGB (Red+Green+Blue) = 146+84+234=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #9254EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9254EA is #6DAB15. Grayscale: #777777. Windows color (decimal): -7187222 or 15357074. OLE color: 15357074.

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

Color convert

RGB 146 84 234 -
CMYK 0.38 0.64 0 0.08
HSL 264.8º 0.78% 0.62% -
HSV(B) 264.8º 0.64% 0.92% -
XYZ 29.88 18.39 79.82 -
YUV 119.64 192.54 146.8 -
System Red Green Blue C M Y K H S L
Decimal 146 84 234 0.38 0.64 0 0.08 264.8 0.78 0.62
Hex 92 54 EA 26 40 0 8 109 4E 3E
Octal 222 124 352 46 100 0 10 411 116 76
Binary 10010010 1010100 11101010 100110 1000000 0 1000 100001001 1001110 111110

Color Harmonies of #9254EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254EA

Black with #9254EA

Text Example


Text Example

White with #9254EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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