Html Css Color HEX #9E54FC Medium Purple

📋 copy color: '#9E54FC'

red 158 ◦ green 84 ◦ blue 252

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

Shades of Medium Purple #9E54FC

Tints of Medium Purple #9E54FC

RGB

 RED value IS 158 (62.11% from 255) = 31.98%

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 31.98%
G = 17%
B = 51.01%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E54FC (or 0x9E54FC) is known color: Medium Purple. HEX triplet: 9E, 54 and FC. RGB value is (158,84,252). Sum of RGB (Red+Green+Blue) = 158+84+252=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E54FC is #61AB03. Grayscale: #7C7C7C. Windows color (decimal): -6400772 or 16536734. OLE color: 16536734.

HSL color Cylindrical-coordinate representation of color #9E54FC: hue angle of 266.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E54FC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 84 252 -
CMYK 0.37 0.67 0 0.01
HSL 266.43º 0.97% 0.66% -
HSV(B) 266.43º 0.67% 0.99% -
XYZ 34.84 20.64 94.24 -
YUV 125.28 199.52 151.34 -
System Red Green Blue C M Y K H S L
Decimal 158 84 252 0.37 0.67 0 0.01 266.43 0.97 0.66
Hex 9E 54 FC 25 43 0 1 10A 61 42
Octal 236 124 374 45 103 0 1 412 141 102
Binary 10011110 1010100 11111100 100101 1000011 0 1 100001010 1100001 1000010

Color Harmonies of #9E54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E54FC

Black with #9E54FC

Text Example


Text Example

White with #9E54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E54FC; }

 p { color: rgb(158,84,252); }

 H1.HeaderClassName
 {
   color: #9E54FC;
 }
 .AnyTagClassName
 {
   color: #9E54FC;
 }
</style>

background-color css

<style>
 a { background-color: #9E54FC; }

 a { background-color: rgb(158,84,252); }

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

border-color css

<style>
 span { border-color: #9E54FC; }

 span { border-color: rgb(158,84,252); }

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