Html Css Color HEX #9459EA Medium Purple

📋 copy color: '#9459EA'

red 148 ◦ green 89 ◦ blue 234

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

Shades of Medium Purple #9459EA

Tints of Medium Purple #9459EA

RGB

 RED value IS 148 (58.2% from 255) = 31.42%

 GREEN value IS 89 (35.16% from 255) = 18.9%

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

R = 31.42%
G = 18.9%
B = 49.68%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9459EA (or 0x9459EA) is known color: Medium Purple. HEX triplet: 94, 59 and EA. RGB value is (148,89,234). Sum of RGB (Red+Green+Blue) = 148+89+234=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #9459EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9459EA is #6BA615. Grayscale: #7A7A7A. Windows color (decimal): -7054870 or 15358356. OLE color: 15358356.

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

Color convert

RGB 148 89 234 -
CMYK 0.37 0.62 0 0.08
HSL 264.41º 0.78% 0.63% -
HSV(B) 264.41º 0.62% 0.92% -
XYZ 30.64 19.38 79.97 -
YUV 123.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 148 89 234 0.37 0.62 0 0.08 264.41 0.78 0.63
Hex 94 59 EA 25 3E 0 8 108 4E 3F
Octal 224 131 352 45 76 0 10 410 116 77
Binary 10010100 1011001 11101010 100101 111110 0 1000 100001000 1001110 111111

Color Harmonies of #9459EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459EA

Black with #9459EA

Text Example


Text Example

White with #9459EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,89,234); }

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

background-color css

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

 a { background-color: rgb(148,89,234); }

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

border-color css

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

 span { border-color: rgb(148,89,234); }

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