Html Css Color HEX #9E5CF1 Medium Purple

📋 copy color: '#9E5CF1'

red 158 ◦ green 92 ◦ blue 241

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

Shades of Medium Purple #9E5CF1

Tints of Medium Purple #9E5CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 32.18%
G = 18.74%
B = 49.08%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E5CF1 (or 0x9E5CF1) is known color: Medium Purple. HEX triplet: 9E, 5C and F1. RGB value is (158,92,241). Sum of RGB (Red+Green+Blue) = 158+92+241=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E5CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5CF1 is #61A30E. Grayscale: #808080. Windows color (decimal): -6398735 or 15817886. OLE color: 15817886.

HSL color Cylindrical-coordinate representation of color #9E5CF1: hue angle of 266.58º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E5CF1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 92 241 -
CMYK 0.34 0.62 0 0.05
HSL 266.58º 0.84% 0.65% -
HSV(B) 266.58º 0.62% 0.95% -
XYZ 33.8 21.27 85.54 -
YUV 128.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 158 92 241 0.34 0.62 0 0.05 266.58 0.84 0.65
Hex 9E 5C F1 22 3E 0 5 10B 54 41
Octal 236 134 361 42 76 0 5 413 124 101
Binary 10011110 1011100 11110001 100010 111110 0 101 100001011 1010100 1000001

Color Harmonies of #9E5CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CF1

Black with #9E5CF1

Text Example


Text Example

White with #9E5CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,241); }

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

background-color css

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

 a { background-color: rgb(158,92,241); }

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

border-color css

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

 span { border-color: rgb(158,92,241); }

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