Html Css Color HEX #9553E7 Medium Purple

📋 copy color: '#9553E7'

red 149 ◦ green 83 ◦ blue 231

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

Shades of Medium Purple #9553E7

Tints of Medium Purple #9553E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.89%

R = 32.18%
G = 17.93%
B = 49.89%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9553E7 (or 0x9553E7) is known color: Medium Purple. HEX triplet: 95, 53 and E7. RGB value is (149,83,231). Sum of RGB (Red+Green+Blue) = 149+83+231=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #9553E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553E7 is #6AAC18. Grayscale: #777777. Windows color (decimal): -6990873 or 15160213. OLE color: 15160213.

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

Color convert

RGB 149 83 231 -
CMYK 0.35 0.64 0 0.09
HSL 266.76º 0.76% 0.62% -
HSV(B) 266.76º 0.64% 0.91% -
XYZ 29.91 18.35 77.57 -
YUV 119.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 149 83 231 0.35 0.64 0 0.09 266.76 0.76 0.62
Hex 95 53 E7 23 40 0 9 10B 4C 3E
Octal 225 123 347 43 100 0 11 413 114 76
Binary 10010101 1010011 11100111 100011 1000000 0 1001 100001011 1001100 111110

Color Harmonies of #9553E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553E7

Black with #9553E7

Text Example


Text Example

White with #9553E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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