#9567DC

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

Shades of Medium Purple #9567DC

Tints of Medium Purple #9567DC

Color information

#9567DC (or 0x9567DC) is unknown color: approx Medium Purple. HEX triplet: 95, 67 and DC. RGB value is (149,103,220). Sum of RGB (Red+Green+Blue) = 149+103+220=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9567DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567DC is #6A9823. Grayscale: #818181. Windows color (decimal): -6985764 or 14444437. OLE color: 14444437.

HSL color Cylindrical-coordinate representation of color #9567DC: hue angle of 263.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9567DC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149103220-
CMYK0.320.5300.14
HSL263.59º62.57%63.33%-
HSV(B)263.59º53.18%86.27%-
XYZ30.1621.2670.22-
YUV130.09178.74141.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=31.57%
G=21.82%
B=46.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491032200.320.5300.14263.5962.5763.33
Hex9567DC20350E1083f3f
Octal22514733440650164107777
Binary1001010111001111101110010000011010101110100001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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