Html Css Color HEX #9553EC Medium Purple

📋 copy color: '#9553EC'

red 149 ◦ green 83 ◦ blue 236

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

Shades of Medium Purple #9553EC

Tints of Medium Purple #9553EC

RGB

 RED value IS 149 (58.59% from 255) = 31.84%

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 31.84%
G = 17.74%
B = 50.43%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9553EC (or 0x9553EC) is known color: Medium Purple. HEX triplet: 95, 53 and EC. RGB value is (149,83,236). Sum of RGB (Red+Green+Blue) = 149+83+236=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9553EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553EC is #6AAC13. Grayscale: #777777. Windows color (decimal): -6990868 or 15487893. OLE color: 15487893.

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

Color convert

RGB 149 83 236 -
CMYK 0.37 0.65 0 0.07
HSL 265.88º 0.8% 0.63% -
HSV(B) 265.88º 0.65% 0.93% -
XYZ 30.63 18.63 81.34 -
YUV 120.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 149 83 236 0.37 0.65 0 0.07 265.88 0.8 0.63
Hex 95 53 EC 25 41 0 7 10A 50 3F
Octal 225 123 354 45 101 0 7 412 120 77
Binary 10010101 1010011 11101100 100101 1000001 0 111 100001010 1010000 111111

Color Harmonies of #9553EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553EC

Black with #9553EC

Text Example


Text Example

White with #9553EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,83,236); }

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

background-color css

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

 a { background-color: rgb(149,83,236); }

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

border-color css

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

 span { border-color: rgb(149,83,236); }

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