Html Css Color HEX #9358E8 Medium Purple

📋 copy color: '#9358E8'

red 147 ◦ green 88 ◦ blue 232

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

Shades of Medium Purple #9358E8

Tints of Medium Purple #9358E8

RGB

 RED value IS 147 (57.81% from 255) = 31.48%

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

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 31.48%
G = 18.84%
B = 49.68%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9358E8 (or 0x9358E8) is known color: Medium Purple. HEX triplet: 93, 58 and E8. RGB value is (147,88,232). Sum of RGB (Red+Green+Blue) = 147+88+232=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #9358E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358E8 is #6CA717. Grayscale: #797979. Windows color (decimal): -7120664 or 15227027. OLE color: 15227027.

HSL color Cylindrical-coordinate representation of color #9358E8: hue angle of 264.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9358E8 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 88 232 -
CMYK 0.37 0.62 0 0.09
HSL 264.58º 0.76% 0.63% -
HSV(B) 264.58º 0.62% 0.91% -
XYZ 30.09 19.01 78.43 -
YUV 122.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 147 88 232 0.37 0.62 0 0.09 264.58 0.76 0.63
Hex 93 58 E8 25 3E 0 9 109 4C 3F
Octal 223 130 350 45 76 0 11 411 114 77
Binary 10010011 1011000 11101000 100101 111110 0 1001 100001001 1001100 111111

Color Harmonies of #9358E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358E8

Black with #9358E8

Text Example


Text Example

White with #9358E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9358E8; }

 p { color: rgb(147,88,232); }

 H1.HeaderClassName
 {
   color: #9358E8;
 }
 .AnyTagClassName
 {
   color: #9358E8;
 }
</style>

background-color css

<style>
 a { background-color: #9358E8; }

 a { background-color: rgb(147,88,232); }

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

border-color css

<style>
 span { border-color: #9358E8; }

 span { border-color: rgb(147,88,232); }

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