Html Css Color HEX #9E53FB Medium Purple

📋 copy color: '#9E53FB'

red 158 ◦ green 83 ◦ blue 251

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

Shades of Medium Purple #9E53FB

Tints of Medium Purple #9E53FB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.87%

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

R = 32.11%
G = 16.87%
B = 51.02%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E53FB (or 0x9E53FB) is known color: Medium Purple. HEX triplet: 9E, 53 and FB. RGB value is (158,83,251). Sum of RGB (Red+Green+Blue) = 158+83+251=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E53FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E53FB is #61AC04. Grayscale: #7B7B7B. Windows color (decimal): -6401029 or 16470942. OLE color: 16470942.

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

Color convert

RGB 158 83 251 -
CMYK 0.37 0.67 0 0.02
HSL 266.79º 0.95% 0.65% -
HSV(B) 266.79º 0.67% 0.98% -
XYZ 34.61 20.42 93.38 -
YUV 124.58 199.35 151.84 -
System Red Green Blue C M Y K H S L
Decimal 158 83 251 0.37 0.67 0 0.02 266.79 0.95 0.65
Hex 9E 53 FB 25 43 0 2 10B 5F 41
Octal 236 123 373 45 103 0 2 413 137 101
Binary 10011110 1010011 11111011 100101 1000011 0 10 100001011 1011111 1000001

Color Harmonies of #9E53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E53FB

Black with #9E53FB

Text Example


Text Example

White with #9E53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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