Html Css Color HEX #9554EF Medium Purple

📋 copy color: '#9554EF'

red 149 ◦ green 84 ◦ blue 239

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

Shades of Medium Purple #9554EF

Tints of Medium Purple #9554EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 31.57%
G = 17.8%
B = 50.64%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9554EF (or 0x9554EF) is known color: Medium Purple. HEX triplet: 95, 54 and EF. RGB value is (149,84,239). Sum of RGB (Red+Green+Blue) = 149+84+239=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9554EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9554EF is #6AAB10. Grayscale: #787878. Windows color (decimal): -6990609 or 15684757. OLE color: 15684757.

HSL color Cylindrical-coordinate representation of color #9554EF: hue angle of 265.16º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9554EF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 84 239 -
CMYK 0.38 0.65 0 0.06
HSL 265.16º 0.83% 0.63% -
HSV(B) 265.16º 0.65% 0.94% -
XYZ 31.14 18.96 83.68 -
YUV 121.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 149 84 239 0.38 0.65 0 0.06 265.16 0.83 0.63
Hex 95 54 EF 26 41 0 6 109 53 3F
Octal 225 124 357 46 101 0 6 411 123 77
Binary 10010101 1010100 11101111 100110 1000001 0 110 100001001 1010011 111111

Color Harmonies of #9554EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9554EF

Black with #9554EF

Text Example


Text Example

White with #9554EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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