#8F3485

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

Shades of Dark Purple #8F3485

Tints of Dark Purple #8F3485

Color information

#8F3485 (or 0x8F3485) is unknown color: approx Dark Purple. HEX triplet: 8F, 34 and 85. RGB value is (143,52,133). Sum of RGB (Red+Green+Blue) = 143+52+133=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3485 is #70CB7A. Grayscale: #585858. Windows color (decimal): -7392123 or 8729743. OLE color: 8729743.

HSL color Cylindrical-coordinate representation of color #8F3485: hue angle of 306.59º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3485 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14352133-
CMYK00.640.070.44
HSL306.59º46.67%38.24%-
HSV(B)306.59º63.64%56.08%-
XYZ16.799.9923.23-
YUV88.44153.15166.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=43.60%
G=15.85%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435213300.640.070.44306.5946.6738.24
Hex8F348504072C1332f26
Octal2176420501007544635746
Binary100011111101001000010101000000111101100100110011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,133); }

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

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

 a { background-color: rgb(143,52,133); }

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

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

 span { border-color: rgb(143,52,133); }

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