Html Css Color HEX #8F2982 Dark Purple

📋 copy color: '#8F2982'

red 143 ◦ green 41 ◦ blue 130

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

Shades of Dark Purple #8F2982

Tints of Dark Purple #8F2982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 45.54%
G = 13.06%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8F2982 (or 0x8F2982) is known color: Dark Purple. HEX triplet: 8F, 29 and 82. RGB value is (143,41,130). Sum of RGB (Red+Green+Blue) = 143+41+130=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2982 is #70D67D. Grayscale: #515151. Windows color (decimal): -7394942 or 8530319. OLE color: 8530319.

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

Color convert

RGB 143 41 130 -
CMYK 0 0.71 0.09 0.44
HSL 307.65º 0.55% 0.36% -
HSV(B) 307.65º 0.71% 0.56% -
XYZ 16.15 9.04 22.01 -
YUV 81.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 143 41 130 0 0.71 0.09 0.44 307.65 0.55 0.36
Hex 8F 29 82 0 47 9 2C 134 37 24
Octal 217 51 202 0 107 11 54 464 67 44
Binary 10001111 101001 10000010 0 1000111 1001 101100 100110100 110111 100100

Color Harmonies of #8F2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2982

Black with #8F2982

Text Example


Text Example

White with #8F2982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,41,130); }

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

background-color css

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

 a { background-color: rgb(143,41,130); }

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

border-color css

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

 span { border-color: rgb(143,41,130); }

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