Html Css Color HEX #9450EA Medium Purple

📋 copy color: '#9450EA'

red 148 ◦ green 80 ◦ blue 234

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

Shades of Medium Purple #9450EA

Tints of Medium Purple #9450EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.32%

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

R = 32.03%
G = 17.32%
B = 50.65%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9450EA (or 0x9450EA) is known color: Medium Purple. HEX triplet: 94, 50 and EA. RGB value is (148,80,234). Sum of RGB (Red+Green+Blue) = 148+80+234=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #9450EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9450EA is #6BAF15. Grayscale: #757575. Windows color (decimal): -7057174 or 15356052. OLE color: 15356052.

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

Color convert

RGB 148 80 234 -
CMYK 0.37 0.66 0 0.08
HSL 266.49º 0.79% 0.62% -
HSV(B) 266.49º 0.66% 0.92% -
XYZ 29.93 17.97 79.73 -
YUV 117.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 148 80 234 0.37 0.66 0 0.08 266.49 0.79 0.62
Hex 94 50 EA 25 42 0 8 10A 4F 3E
Octal 224 120 352 45 102 0 10 412 117 76
Binary 10010100 1010000 11101010 100101 1000010 0 1000 100001010 1001111 111110

Color Harmonies of #9450EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450EA

Black with #9450EA

Text Example


Text Example

White with #9450EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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