#9567DA

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

Shades of Medium Purple #9567DA

Tints of Medium Purple #9567DA

Color information

#9567DA (or 0x9567DA) is unknown color: approx Medium Purple. HEX triplet: 95, 67 and DA. RGB value is (149,103,218). Sum of RGB (Red+Green+Blue) = 149+103+218=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9567DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567DA is #6A9825. Grayscale: #818181. Windows color (decimal): -6985766 or 14313365. OLE color: 14313365.

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

Color convert

RGB149103218-
CMYK0.320.5300.15
HSL264º60.85%62.94%-
HSV(B)264º52.75%85.49%-
XYZ29.921.1568.84-
YUV129.86177.74141.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=31.70%
G=21.91%
B=46.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491032180.320.5300.1526460.8562.94
Hex9567DA20350F1083d3f
Octal22514733240650174107577
Binary1001010111001111101101010000011010101111100001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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