Html Css Color HEX #82038F Dark Magenta

📋 copy color: '#82038F'

red 130 ◦ green 3 ◦ blue 143

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

Shades of Dark Magenta #82038F

Tints of Dark Magenta #82038F

RGB

 RED value IS 130 (51.17% from 255) = 47.1%

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 143 (56.25% from 255) = 51.81%

R = 47.1%
G = 1.09%
B = 51.81%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82038F (or 0x82038F) is known color: Dark Magenta. HEX triplet: 82, 03 and 8F. RGB value is (130,3,143). Sum of RGB (Red+Green+Blue) = 130+3+143=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #82038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82038F is #7DFC70. Grayscale: #383838. Windows color (decimal): -8256625 or 9372546. OLE color: 9372546.

HSL color Cylindrical-coordinate representation of color #82038F: hue angle of 294.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82038F is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 3 143 -
CMYK 0.09 0.98 0 0.44
HSL 294.43º 0.96% 0.29% -
HSV(B) 294.43º 0.98% 0.56% -
XYZ 14.2 6.79 26.55 -
YUV 56.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 130 3 143 0.09 0.98 0 0.44 294.43 0.96 0.29
Hex 82 3 8F 9 62 0 2C 126 60 1D
Octal 202 3 217 11 142 0 54 446 140 35
Binary 10000010 11 10001111 1001 1100010 0 101100 100100110 1100000 11101

Color Harmonies of #82038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82038F

Black with #82038F

Text Example


Text Example

White with #82038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82038F; }

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

 H1.HeaderClassName
 {
   color: #82038F;
 }
 .AnyTagClassName
 {
   color: #82038F;
 }
</style>

background-color css

<style>
 a { background-color: #82038F; }

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

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

border-color css

<style>
 span { border-color: #82038F; }

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

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