Html Css Color HEX #9458EC Medium Purple

📋 copy color: '#9458EC'

red 148 ◦ green 88 ◦ blue 236

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

Shades of Medium Purple #9458EC

Tints of Medium Purple #9458EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.64%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 31.36%
G = 18.64%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9458EC (or 0x9458EC) is known color: Medium Purple. HEX triplet: 94, 58 and EC. RGB value is (148,88,236). Sum of RGB (Red+Green+Blue) = 148+88+236=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #9458EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9458EC is #6BA713. Grayscale: #7A7A7A. Windows color (decimal): -7055124 or 15489172. OLE color: 15489172.

HSL color Cylindrical-coordinate representation of color #9458EC: hue angle of 264.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9458EC is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 88 236 -
CMYK 0.37 0.63 0 0.07
HSL 264.32º 0.8% 0.64% -
HSV(B) 264.32º 0.63% 0.93% -
XYZ 30.84 19.33 81.46 -
YUV 122.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 148 88 236 0.37 0.63 0 0.07 264.32 0.8 0.64
Hex 94 58 EC 25 3F 0 7 108 50 40
Octal 224 130 354 45 77 0 7 410 120 100
Binary 10010100 1011000 11101100 100101 111111 0 111 100001000 1010000 1000000

Color Harmonies of #9458EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458EC

Black with #9458EC

Text Example


Text Example

White with #9458EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9458EC; }

 p { color: rgb(148,88,236); }

 H1.HeaderClassName
 {
   color: #9458EC;
 }
 .AnyTagClassName
 {
   color: #9458EC;
 }
</style>

background-color css

<style>
 a { background-color: #9458EC; }

 a { background-color: rgb(148,88,236); }

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

border-color css

<style>
 span { border-color: #9458EC; }

 span { border-color: rgb(148,88,236); }

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