#8F246B

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

Shades of Dark Purple #8F246B

Tints of Dark Purple #8F246B

Color information

#8F246B (or 0x8F246B) is unknown color: approx Dark Purple. HEX triplet: 8F, 24 and 6B. RGB value is (143,36,107). Sum of RGB (Red+Green+Blue) = 143+36+107=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F246B is #70DB94. Grayscale: #4B4B4B. Windows color (decimal): -7396245 or 7021711. OLE color: 7021711.

HSL color Cylindrical-coordinate representation of color #8F246B: hue angle of 320.19º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F246B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14336107-
CMYK00.750.250.44
HSL320.19º59.78%35.1%-
HSV(B)320.19º74.83%56.08%-
XYZ14.618.1614.72-
YUV76.09145.45175.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=50%
G=12.59%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433610700.750.250.44320.1959.7835.1
Hex8F246B04B192C1403c23
Octal21744153011331545007443
Binary1000111110010011010110100101111001101100101000000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,36,107); }

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

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

 a { background-color: rgb(143,36,107); }

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

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

 span { border-color: rgb(143,36,107); }

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