#9C81EA

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

Shades of Medium Purple #9C81EA

Tints of Medium Purple #9C81EA

Color information

#9C81EA (or 0x9C81EA) is unknown color: approx Medium Purple. HEX triplet: 9C, 81 and EA. RGB value is (156,129,234). Sum of RGB (Red+Green+Blue) = 156+129+234=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C81EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C81EA is #637E15. Grayscale: #949494. Windows color (decimal): -6520342 or 15368604. OLE color: 15368604.

HSL color Cylindrical-coordinate representation of color #9C81EA: hue angle of 255.43º degrees, saturation: 0.71, 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 #9C81EA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156129234-
CMYK0.330.4500.08
HSL255.43º71.43%71.18%-
HSV(B)255.43º44.87%91.76%-
XYZ36.4128.7181.46-
YUV149.04175.95132.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=30.06%
G=24.86%
B=45.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561292340.330.4500.08255.4371.4371.18
Hex9C81EA212D08ff4747
Octal2342013524155010377107107
Binary100111001000000111101010100001101101010001111111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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