#9E69F1

Color #9E69F1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9E69F1

Tints of Medium Purple #9E69F1

Color information

#9E69F1 (or 0x9E69F1) is unknown color: approx Medium Purple. HEX triplet: 9E, 69 and F1. RGB value is (158,105,241). Sum of RGB (Red+Green+Blue) = 158+105+241=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E69F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E69F1 is #61960E. Grayscale: #878787. Windows color (decimal): -6395407 or 15821214. OLE color: 15821214.

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

Color convert

RGB158105241-
CMYK0.340.5600.05
HSL263.38º82.93%67.84%-
HSV(B)263.38º56.43%94.51%-
XYZ35.0323.7285.95-
YUV136.35187.06143.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 241 (94.53% from 255) = 47.82%
R=31.35%
G=20.83%
B=47.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581052410.340.5600.05263.3882.9367.84
Hex9E69F12238051075344
Octal236151361427005407123104
Binary10011110110100111110001100010111000010110000011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E69F1;
 }
 .AnyTagClassName
 {
   color: #9E69F1;
 }
</style>
background-color css

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

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

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

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

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

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