#9381DC

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

Shades of Medium Purple #9381DC

Tints of Medium Purple #9381DC

Color information

#9381DC (or 0x9381DC) is unknown color: approx Medium Purple. HEX triplet: 93, 81 and DC. RGB value is (147,129,220). Sum of RGB (Red+Green+Blue) = 147+129+220=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9381DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381DC is #6C7E23. Grayscale: #909090. Windows color (decimal): -7110180 or 14451091. OLE color: 14451091.

HSL color Cylindrical-coordinate representation of color #9381DC: hue angle of 251.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9381DC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147129220-
CMYK0.330.4100.14
HSL251.87º56.52%68.43%-
HSV(B)251.87º41.36%86.27%-
XYZ32.827.0771.21-
YUV144.76170.46129.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=29.64%
G=26.01%
B=44.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471292200.330.4100.14251.8756.5268.43
Hex9381DC21290Efc3944
Octal223201334415101637471104
Binary10010011100000011101110010000110100101110111111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9381DC; }

 p { color: rgb(147,129,220); }

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

<style>
 a { background-color: #9381DC; }

 a { background-color: rgb(147,129,220); }

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

<style>
 span { border-color: #9381DC; }

 span { border-color: rgb(147,129,220); }

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