#9C81EB

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

Shades of Medium Purple #9C81EB

Tints of Medium Purple #9C81EB

Color information

#9C81EB (or 0x9C81EB) is unknown color: approx Medium Purple. HEX triplet: 9C, 81 and EB. RGB value is (156,129,235). Sum of RGB (Red+Green+Blue) = 156+129+235=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C81EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C81EB is #637E14. Grayscale: #949494. Windows color (decimal): -6520341 or 15434140. OLE color: 15434140.

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

Color convert

RGB156129235-
CMYK0.340.4500.08
HSL255.28º72.6%71.37%-
HSV(B)255.28º45.11%92.16%-
XYZ36.5628.7782.22-
YUV149.16176.45132.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=30%
G=24.81%
B=45.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561292350.340.4500.08255.2872.671.37
Hex9C81EB222D08ff4947
Octal2342013534255010377111107
Binary100111001000000111101011100010101101010001111111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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