#9A6CED

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

Shades of Medium Purple #9A6CED

Tints of Medium Purple #9A6CED

Color information

#9A6CED (or 0x9A6CED) is unknown color: approx Medium Purple. HEX triplet: 9A, 6C and ED. RGB value is (154,108,237). Sum of RGB (Red+Green+Blue) = 154+108+237=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6CED is #659312. Grayscale: #878787. Windows color (decimal): -6656787 or 15559834. OLE color: 15559834.

HSL color Cylindrical-coordinate representation of color #9A6CED: hue angle of 261.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6CED is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154108237-
CMYK0.350.5400.07
HSL261.4º78.18%67.65%-
HSV(B)261.4º54.43%92.94%-
XYZ33.9823.7182.91-
YUV136.46184.74140.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=30.86%
G=21.64%
B=47.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541082370.350.5400.07261.478.1867.65
Hex9A6CED2336071054e44
Octal232154355436607405116104
Binary10011010110110011101101100011110110011110000010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,237); }

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

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

 a { background-color: rgb(154,108,237); }

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

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

 span { border-color: rgb(154,108,237); }

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