Html Css Color HEX #9E6CF1 Medium Purple

📋 copy color: '#9E6CF1'

red 158 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #9E6CF1

Tints of Medium Purple #9E6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

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

R = 31.16%
G = 21.3%
B = 47.53%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E6CF1 (or 0x9E6CF1) is known color: Medium Purple. HEX triplet: 9E, 6C and F1. RGB value is (158,108,241). Sum of RGB (Red+Green+Blue) = 158+108+241=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E6CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CF1 is #61930E. Grayscale: #898989. Windows color (decimal): -6394639 or 15821982. OLE color: 15821982.

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

Color convert

RGB 158 108 241 -
CMYK 0.34 0.55 0 0.05
HSL 262.56º 0.83% 0.68% -
HSV(B) 262.56º 0.55% 0.95% -
XYZ 35.34 24.35 86.06 -
YUV 138.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 158 108 241 0.34 0.55 0 0.05 262.56 0.83 0.68
Hex 9E 6C F1 22 37 0 5 107 53 44
Octal 236 154 361 42 67 0 5 407 123 104
Binary 10011110 1101100 11110001 100010 110111 0 101 100000111 1010011 1000100

Color Harmonies of #9E6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CF1

Black with #9E6CF1

Text Example


Text Example

White with #9E6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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