Html Css Color HEX #9554EE Medium Purple

📋 copy color: '#9554EE'

red 149 ◦ green 84 ◦ blue 238

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

Shades of Medium Purple #9554EE

Tints of Medium Purple #9554EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 31.63%
G = 17.83%
B = 50.53%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9554EE (or 0x9554EE) is known color: Medium Purple. HEX triplet: 95, 54 and EE. RGB value is (149,84,238). Sum of RGB (Red+Green+Blue) = 149+84+238=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #9554EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9554EE is #6AAB11. Grayscale: #787878. Windows color (decimal): -6990610 or 15619221. OLE color: 15619221.

HSL color Cylindrical-coordinate representation of color #9554EE: hue angle of 265.32º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9554EE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 84 238 -
CMYK 0.37 0.65 0 0.07
HSL 265.32º 0.82% 0.63% -
HSV(B) 265.32º 0.65% 0.93% -
XYZ 31 18.9 82.9 -
YUV 120.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 149 84 238 0.37 0.65 0 0.07 265.32 0.82 0.63
Hex 95 54 EE 25 41 0 7 109 52 3F
Octal 225 124 356 45 101 0 7 411 122 77
Binary 10010101 1010100 11101110 100101 1000001 0 111 100001001 1010010 111111

Color Harmonies of #9554EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9554EE

Black with #9554EE

Text Example


Text Example

White with #9554EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9554EE; }

 p { color: rgb(149,84,238); }

 H1.HeaderClassName
 {
   color: #9554EE;
 }
 .AnyTagClassName
 {
   color: #9554EE;
 }
</style>

background-color css

<style>
 a { background-color: #9554EE; }

 a { background-color: rgb(149,84,238); }

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

border-color css

<style>
 span { border-color: #9554EE; }

 span { border-color: rgb(149,84,238); }

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