Html Css Color HEX #9284EA Medium Purple

📋 copy color: '#9284EA'

red 146 ◦ green 132 ◦ blue 234

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

Shades of Medium Purple #9284EA

Tints of Medium Purple #9284EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

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

R = 28.52%
G = 25.78%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9284EA (or 0x9284EA) is known color: Medium Purple. HEX triplet: 92, 84 and EA. RGB value is (146,132,234). Sum of RGB (Red+Green+Blue) = 146+132+234=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #9284EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9284EA is #6D7B15. Grayscale: #939393. Windows color (decimal): -7174934 or 15369362. OLE color: 15369362.

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

Color convert

RGB 146 132 234 -
CMYK 0.38 0.44 0 0.08
HSL 248.24º 0.71% 0.72% -
HSV(B) 248.24º 0.44% 0.92% -
XYZ 34.96 28.55 81.51 -
YUV 147.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 146 132 234 0.38 0.44 0 0.08 248.24 0.71 0.72
Hex 92 84 EA 26 2C 0 8 F8 47 48
Octal 222 204 352 46 54 0 10 370 107 110
Binary 10010010 10000100 11101010 100110 101100 0 1000 11111000 1000111 1001000

Color Harmonies of #9284EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9284EA

Black with #9284EA

Text Example


Text Example

White with #9284EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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