#9581DC

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

Shades of Medium Purple #9581DC

Tints of Medium Purple #9581DC

Color information

#9581DC (or 0x9581DC) is unknown color: approx Medium Purple. HEX triplet: 95, 81 and DC. RGB value is (149,129,220). Sum of RGB (Red+Green+Blue) = 149+129+220=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #9581DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581DC is #6A7E23. Grayscale: #919191. Windows color (decimal): -6979108 or 14451093. OLE color: 14451093.

HSL color Cylindrical-coordinate representation of color #9581DC: hue angle of 253.19º 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 #9581DC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149129220-
CMYK0.320.4100.14
HSL253.19º56.52%68.43%-
HSV(B)253.19º41.36%86.27%-
XYZ33.1627.2671.22-
YUV145.35170.13130.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=29.92%
G=25.90%
B=44.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491292200.320.4100.14253.1956.5268.43
Hex9581DC20290Efd3944
Octal225201334405101637571104
Binary10010101100000011101110010000010100101110111111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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