#9C5AEB

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

Shades of Medium Purple #9C5AEB

Tints of Medium Purple #9C5AEB

Color information

#9C5AEB (or 0x9C5AEB) is unknown color: approx Medium Purple. HEX triplet: 9C, 5A and EB. RGB value is (156,90,235). Sum of RGB (Red+Green+Blue) = 156+90+235=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C5AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5AEB is #63A514. Grayscale: #7D7D7D. Windows color (decimal): -6530325 or 15424156. OLE color: 15424156.

HSL color Cylindrical-coordinate representation of color #9C5AEB: hue angle of 267.31º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C5AEB is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15690235-
CMYK0.340.6200.08
HSL267.31º78.38%63.73%-
HSV(B)267.31º61.7%92.16%-
XYZ32.3620.3880.83-
YUV126.26189.37149.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=32.43%
G=18.71%
B=48.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal156902350.340.6200.08267.3178.3863.73
Hex9C5AEB223E0810b4e40
Octal2341323534276010413116100
Binary100111001011010111010111000101111100100010000101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,235); }

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

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

 a { background-color: rgb(156,90,235); }

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

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

 span { border-color: rgb(156,90,235); }

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