Html Css Color HEX #8F2A8B Dark Purple

📋 copy color: '#8F2A8B'

red 143 ◦ green 42 ◦ blue 139

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

Shades of Dark Purple #8F2A8B

Tints of Dark Purple #8F2A8B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 44.14%
G = 12.96%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F2A8B (or 0x8F2A8B) is known color: Dark Purple. HEX triplet: 8F, 2A and 8B. RGB value is (143,42,139). Sum of RGB (Red+Green+Blue) = 143+42+139=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2A8B is #70D574. Grayscale: #525252. Windows color (decimal): -7394677 or 9120399. OLE color: 9120399.

HSL color Cylindrical-coordinate representation of color #8F2A8B: hue angle of 302.38º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2A8B is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 42 139 -
CMYK 0 0.71 0.03 0.44
HSL 302.38º 0.55% 0.36% -
HSV(B) 302.38º 0.71% 0.56% -
XYZ 16.82 9.36 25.35 -
YUV 83.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 143 42 139 0 0.71 0.03 0.44 302.38 0.55 0.36
Hex 8F 2A 8B 0 47 3 2C 12E 37 24
Octal 217 52 213 0 107 3 54 456 67 44
Binary 10001111 101010 10001011 0 1000111 11 101100 100101110 110111 100100

Color Harmonies of #8F2A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2A8B

Black with #8F2A8B

Text Example


Text Example

White with #8F2A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,42,139); }

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

background-color css

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

 a { background-color: rgb(143,42,139); }

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

border-color css

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

 span { border-color: rgb(143,42,139); }

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