Html Css Color HEX #9E55FB Medium Purple

📋 copy color: '#9E55FB'

red 158 ◦ green 85 ◦ blue 251

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

Shades of Medium Purple #9E55FB

Tints of Medium Purple #9E55FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 31.98%
G = 17.21%
B = 50.81%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E55FB (or 0x9E55FB) is known color: Medium Purple. HEX triplet: 9E, 55 and FB. RGB value is (158,85,251). Sum of RGB (Red+Green+Blue) = 158+85+251=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E55FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E55FB is #61AA04. Grayscale: #7D7D7D. Windows color (decimal): -6400517 or 16471454. OLE color: 16471454.

HSL color Cylindrical-coordinate representation of color #9E55FB: hue angle of 266.39º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E55FB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 85 251 -
CMYK 0.37 0.66 0 0.02
HSL 266.39º 0.95% 0.66% -
HSV(B) 266.39º 0.66% 0.98% -
XYZ 34.76 20.73 93.44 -
YUV 125.75 198.68 151 -
System Red Green Blue C M Y K H S L
Decimal 158 85 251 0.37 0.66 0 0.02 266.39 0.95 0.66
Hex 9E 55 FB 25 42 0 2 10A 5F 42
Octal 236 125 373 45 102 0 2 412 137 102
Binary 10011110 1010101 11111011 100101 1000010 0 10 100001010 1011111 1000010

Color Harmonies of #9E55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55FB

Black with #9E55FB

Text Example


Text Example

White with #9E55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,251); }

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

background-color css

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

 a { background-color: rgb(158,85,251); }

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

border-color css

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

 span { border-color: rgb(158,85,251); }

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