Html Css Color HEX #8F236D Dark Purple

📋 copy color: '#8F236D'

red 143 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #8F236D

Tints of Dark Purple #8F236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 49.83%
G = 12.2%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F236D (or 0x8F236D) is known color: Dark Purple. HEX triplet: 8F, 23 and 6D. RGB value is (143,35,109). Sum of RGB (Red+Green+Blue) = 143+35+109=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F236D is #70DC92. Grayscale: #4B4B4B. Windows color (decimal): -7396499 or 7152527. OLE color: 7152527.

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

Color convert

RGB 143 35 109 -
CMYK 0 0.76 0.24 0.44
HSL 318.89º 0.61% 0.35% -
HSV(B) 318.89º 0.76% 0.56% -
XYZ 14.69 8.15 15.27 -
YUV 75.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 143 35 109 0 0.76 0.24 0.44 318.89 0.61 0.35
Hex 8F 23 6D 0 4C 18 2C 13F 3D 23
Octal 217 43 155 0 114 30 54 477 75 43
Binary 10001111 100011 1101101 0 1001100 11000 101100 100111111 111101 100011

Color Harmonies of #8F236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F236D

Black with #8F236D

Text Example


Text Example

White with #8F236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,109); }

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

background-color css

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

 a { background-color: rgb(143,35,109); }

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

border-color css

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

 span { border-color: rgb(143,35,109); }

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