Html Css Color HEX #9E69E5 Medium Purple

📋 copy color: '#9E69E5'

red 158 ◦ green 105 ◦ blue 229

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

Shades of Medium Purple #9E69E5

Tints of Medium Purple #9E69E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.34%

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 32.11%
G = 21.34%
B = 46.54%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9E69E5 (or 0x9E69E5) is known color: Medium Purple. HEX triplet: 9E, 69 and E5. RGB value is (158,105,229). Sum of RGB (Red+Green+Blue) = 158+105+229=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E69E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69E5 is #61961A. Grayscale: #868686. Windows color (decimal): -6395419 or 15034782. OLE color: 15034782.

HSL color Cylindrical-coordinate representation of color #9E69E5: hue angle of 265.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E69E5 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 105 229 -
CMYK 0.31 0.54 0 0.10
HSL 265.65º 0.7% 0.65% -
HSV(B) 265.65º 0.54% 0.9% -
XYZ 33.29 23.03 76.82 -
YUV 134.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 158 105 229 0.31 0.54 0 0.10 265.65 0.7 0.65
Hex 9E 69 E5 1F 36 0 A 10A 46 41
Octal 236 151 345 37 66 0 12 412 106 101
Binary 10011110 1101001 11100101 11111 110110 0 1010 100001010 1000110 1000001

Color Harmonies of #9E69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E69E5

Black with #9E69E5

Text Example


Text Example

White with #9E69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,105,229); }

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

background-color css

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

 a { background-color: rgb(158,105,229); }

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

border-color css

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

 span { border-color: rgb(158,105,229); }

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