#8D306B

Color #8D306B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8D306B

Tints of Dark Purple #8D306B

Color information

#8D306B (or 0x8D306B) is unknown color: approx Dark Purple. HEX triplet: 8D, 30 and 6B. RGB value is (141,48,107). Sum of RGB (Red+Green+Blue) = 141+48+107=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D306B is #72CF94. Grayscale: #525252. Windows color (decimal): -7524245 or 7024781. OLE color: 7024781.

HSL color Cylindrical-coordinate representation of color #8D306B: hue angle of 321.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D306B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB14148107-
CMYK00.660.240.45
HSL321.94º49.21%37.06%-
HSV(B)321.94º65.96%55.29%-
XYZ14.78.8414.84-
YUV82.53141.81169.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=47.64%
G=16.22%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414810700.660.240.45321.9449.2137.06
Hex8D306B042182D1423125
Octal21560153010230555026145
Binary1000110111000011010110100001011000101101101000010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D306B; }

 p { color: rgb(141,48,107); }

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

<style>
 a { background-color: #8D306B; }

 a { background-color: rgb(141,48,107); }

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

<style>
 span { border-color: #8D306B; }

 span { border-color: rgb(141,48,107); }

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