Html Css Color HEX #9551EA Medium Purple

📋 copy color: '#9551EA'

red 149 ◦ green 81 ◦ blue 234

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

Shades of Medium Purple #9551EA

Tints of Medium Purple #9551EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 32.11%
G = 17.46%
B = 50.43%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9551EA (or 0x9551EA) is known color: Medium Purple. HEX triplet: 95, 51 and EA. RGB value is (149,81,234). Sum of RGB (Red+Green+Blue) = 149+81+234=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #9551EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9551EA is #6AAE15. Grayscale: #767676. Windows color (decimal): -6991382 or 15356309. OLE color: 15356309.

HSL color Cylindrical-coordinate representation of color #9551EA: hue angle of 266.67º degrees, saturation: 0.78, 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 #9551EA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 81 234 -
CMYK 0.36 0.65 0 0.08
HSL 266.67º 0.78% 0.62% -
HSV(B) 266.67º 0.65% 0.92% -
XYZ 30.19 18.21 79.77 -
YUV 118.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 149 81 234 0.36 0.65 0 0.08 266.67 0.78 0.62
Hex 95 51 EA 24 41 0 8 10B 4E 3E
Octal 225 121 352 44 101 0 10 413 116 76
Binary 10010101 1010001 11101010 100100 1000001 0 1000 100001011 1001110 111110

Color Harmonies of #9551EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551EA

Black with #9551EA

Text Example


Text Example

White with #9551EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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