Html Css Color HEX #9355E5 Medium Purple

📋 copy color: '#9355E5'

red 147 ◦ green 85 ◦ blue 229

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

Shades of Medium Purple #9355E5

Tints of Medium Purple #9355E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 31.89%
G = 18.44%
B = 49.67%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9355E5 (or 0x9355E5) is known color: Medium Purple. HEX triplet: 93, 55 and E5. RGB value is (147,85,229). Sum of RGB (Red+Green+Blue) = 147+85+229=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #9355E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355E5 is #6CAA1A. Grayscale: #777777. Windows color (decimal): -7121435 or 15029651. OLE color: 15029651.

HSL color Cylindrical-coordinate representation of color #9355E5: hue angle of 265.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9355E5 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 85 229 -
CMYK 0.36 0.63 0 0.10
HSL 265.83º 0.73% 0.62% -
HSV(B) 265.83º 0.63% 0.9% -
XYZ 29.42 18.36 76.12 -
YUV 119.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 147 85 229 0.36 0.63 0 0.10 265.83 0.73 0.62
Hex 93 55 E5 24 3F 0 A 10A 49 3E
Octal 223 125 345 44 77 0 12 412 111 76
Binary 10010011 1010101 11100101 100100 111111 0 1010 100001010 1001001 111110

Color Harmonies of #9355E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9355E5

Black with #9355E5

Text Example


Text Example

White with #9355E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9355E5; }

 p { color: rgb(147,85,229); }

 H1.HeaderClassName
 {
   color: #9355E5;
 }
 .AnyTagClassName
 {
   color: #9355E5;
 }
</style>

background-color css

<style>
 a { background-color: #9355E5; }

 a { background-color: rgb(147,85,229); }

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

border-color css

<style>
 span { border-color: #9355E5; }

 span { border-color: rgb(147,85,229); }

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