Html Css Color HEX #8F336F Dark Purple

📋 copy color: '#8F336F'

red 143 ◦ green 51 ◦ blue 111

#8F336F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8F336F

Tints of Dark Purple #8F336F

RGB

 RED value IS 143 (56.25% from 255) = 46.89%

 GREEN value IS 51 (20.31% from 255) = 16.72%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 46.89%
G = 16.72%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F336F (or 0x8F336F) is known color: Dark Purple. HEX triplet: 8F, 33 and 6F. RGB value is (143,51,111). Sum of RGB (Red+Green+Blue) = 143+51+111=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F336F is #70CC90. Grayscale: #555555. Windows color (decimal): -7392401 or 7287695. OLE color: 7287695.

HSL color Cylindrical-coordinate representation of color #8F336F: hue angle of 320.87º 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 #8F336F is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 51 111 -
CMYK 0 0.64 0.22 0.44
HSL 320.87º 0.47% 0.38% -
HSV(B) 320.87º 0.64% 0.56% -
XYZ 15.38 9.35 16.03 -
YUV 85.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 143 51 111 0 0.64 0.22 0.44 320.87 0.47 0.38
Hex 8F 33 6F 0 40 16 2C 141 2F 26
Octal 217 63 157 0 100 26 54 501 57 46
Binary 10001111 110011 1101111 0 1000000 10110 101100 101000001 101111 100110

Color Harmonies of #8F336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F336F

Black with #8F336F

Text Example


Text Example

White with #8F336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,51,111); }

 H1.HeaderClassName
 {
   color: #8F336F;
 }
 .AnyTagClassName
 {
   color: #8F336F;
 }
</style>

background-color css

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

 a { background-color: rgb(143,51,111); }

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

border-color css

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

 span { border-color: rgb(143,51,111); }

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