Html Css Color HEX #9553EB Medium Purple

📋 copy color: '#9553EB'

red 149 ◦ green 83 ◦ blue 235

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

Shades of Medium Purple #9553EB

Tints of Medium Purple #9553EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 31.91%
G = 17.77%
B = 50.32%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9553EB (or 0x9553EB) is known color: Medium Purple. HEX triplet: 95, 53 and EB. RGB value is (149,83,235). Sum of RGB (Red+Green+Blue) = 149+83+235=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #9553EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553EB is #6AAC14. Grayscale: #777777. Windows color (decimal): -6990869 or 15422357. OLE color: 15422357.

HSL color Cylindrical-coordinate representation of color #9553EB: hue angle of 266.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9553EB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 83 235 -
CMYK 0.37 0.65 0 0.08
HSL 266.05º 0.79% 0.62% -
HSV(B) 266.05º 0.65% 0.92% -
XYZ 30.48 18.57 80.58 -
YUV 120.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 149 83 235 0.37 0.65 0 0.08 266.05 0.79 0.62
Hex 95 53 EB 25 41 0 8 10A 4F 3E
Octal 225 123 353 45 101 0 10 412 117 76
Binary 10010101 1010011 11101011 100101 1000001 0 1000 100001010 1001111 111110

Color Harmonies of #9553EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553EB

Black with #9553EB

Text Example


Text Example

White with #9553EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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