Html Css Color HEX #9E6AE8 Medium Purple

📋 copy color: '#9E6AE8'

red 158 ◦ green 106 ◦ blue 232

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

Shades of Medium Purple #9E6AE8

Tints of Medium Purple #9E6AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.77%

R = 31.85%
G = 21.37%
B = 46.77%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9E6AE8 (or 0x9E6AE8) is known color: Medium Purple. HEX triplet: 9E, 6A and E8. RGB value is (158,106,232). Sum of RGB (Red+Green+Blue) = 158+106+232=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E6AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6AE8 is #619517. Grayscale: #878787. Windows color (decimal): -6395160 or 15231646. OLE color: 15231646.

HSL color Cylindrical-coordinate representation of color #9E6AE8: hue angle of 264.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6AE8 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 106 232 -
CMYK 0.32 0.54 0 0.09
HSL 264.76º 0.73% 0.66% -
HSV(B) 264.76º 0.54% 0.91% -
XYZ 33.82 23.4 79.08 -
YUV 135.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 158 106 232 0.32 0.54 0 0.09 264.76 0.73 0.66
Hex 9E 6A E8 20 36 0 9 109 49 42
Octal 236 152 350 40 66 0 11 411 111 102
Binary 10011110 1101010 11101000 100000 110110 0 1001 100001001 1001001 1000010

Color Harmonies of #9E6AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6AE8

Black with #9E6AE8

Text Example


Text Example

White with #9E6AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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