Html Css Color HEX #9550EB Medium Purple

📋 copy color: '#9550EB'

red 149 ◦ green 80 ◦ blue 235

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

Shades of Medium Purple #9550EB

Tints of Medium Purple #9550EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

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

R = 32.11%
G = 17.24%
B = 50.65%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9550EB (or 0x9550EB) is known color: Medium Purple. HEX triplet: 95, 50 and EB. RGB value is (149,80,235). Sum of RGB (Red+Green+Blue) = 149+80+235=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #9550EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550EB is #6AAF14. Grayscale: #757575. Windows color (decimal): -6991637 or 15421589. OLE color: 15421589.

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

Color convert

RGB 149 80 235 -
CMYK 0.37 0.66 0 0.08
HSL 266.71º 0.79% 0.62% -
HSV(B) 266.71º 0.66% 0.92% -
XYZ 30.26 18.13 80.5 -
YUV 118.3 193.86 149.9 -
System Red Green Blue C M Y K H S L
Decimal 149 80 235 0.37 0.66 0 0.08 266.71 0.79 0.62
Hex 95 50 EB 25 42 0 8 10B 4F 3E
Octal 225 120 353 45 102 0 10 413 117 76
Binary 10010101 1010000 11101011 100101 1000010 0 1000 100001011 1001111 111110

Color Harmonies of #9550EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550EB

Black with #9550EB

Text Example


Text Example

White with #9550EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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