Html Css Color HEX #9E6AE0 Medium Purple

📋 copy color: '#9E6AE0'

red 158 ◦ green 106 ◦ blue 224

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

Shades of Medium Purple #9E6AE0

Tints of Medium Purple #9E6AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 32.38%
G = 21.72%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E6AE0 (or 0x9E6AE0) is known color: Medium Purple. HEX triplet: 9E, 6A and E0. RGB value is (158,106,224). Sum of RGB (Red+Green+Blue) = 158+106+224=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E6AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6AE0 is #61951F. Grayscale: #868686. Windows color (decimal): -6395168 or 14707358. OLE color: 14707358.

HSL color Cylindrical-coordinate representation of color #9E6AE0: hue angle of 266.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6AE0 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 106 224 -
CMYK 0.29 0.53 0 0.12
HSL 266.44º 0.66% 0.65% -
HSV(B) 266.44º 0.53% 0.88% -
XYZ 32.71 22.96 73.23 -
YUV 135 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 158 106 224 0.29 0.53 0 0.12 266.44 0.66 0.65
Hex 9E 6A E0 1D 35 0 C 10A 42 41
Octal 236 152 340 35 65 0 14 412 102 101
Binary 10011110 1101010 11100000 11101 110101 0 1100 100001010 1000010 1000001

Color Harmonies of #9E6AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6AE0

Black with #9E6AE0

Text Example


Text Example

White with #9E6AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,224); }

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

background-color css

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

 a { background-color: rgb(158,106,224); }

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

border-color css

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

 span { border-color: rgb(158,106,224); }

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