Html Css Color HEX #9551EB Medium Purple

📋 copy color: '#9551EB'

red 149 ◦ green 81 ◦ blue 235

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

Shades of Medium Purple #9551EB

Tints of Medium Purple #9551EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

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

R = 32.04%
G = 17.42%
B = 50.54%

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

#9551EB (or 0x9551EB) is known color: Medium Purple. HEX triplet: 95, 51 and EB. RGB value is (149,81,235). Sum of RGB (Red+Green+Blue) = 149+81+235=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #9551EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9551EB is #6AAE14. Grayscale: #767676. Windows color (decimal): -6991381 or 15421845. OLE color: 15421845.

HSL color Cylindrical-coordinate representation of color #9551EB: hue angle of 266.49º 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 #9551EB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 81 235 -
CMYK 0.37 0.66 0 0.08
HSL 266.49º 0.79% 0.62% -
HSV(B) 266.49º 0.66% 0.92% -
XYZ 30.33 18.27 80.53 -
YUV 118.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 149 81 235 0.37 0.66 0 0.08 266.49 0.79 0.62
Hex 95 51 EB 25 42 0 8 10A 4F 3E
Octal 225 121 353 45 102 0 10 412 117 76
Binary 10010101 1010001 11101011 100101 1000010 0 1000 100001010 1001111 111110

Color Harmonies of #9551EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551EB

Black with #9551EB

Text Example


Text Example

White with #9551EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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