Html Css Color HEX #8B038D Dark Magenta

📋 copy color: '#8B038D'

red 139 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #8B038D

Tints of Dark Magenta #8B038D

RGB

 RED value IS 139 (54.69% from 255) = 49.12%

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

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 49.12%
G = 1.06%
B = 49.82%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B038D (or 0x8B038D) is known color: Dark Magenta. HEX triplet: 8B, 03 and 8D. RGB value is (139,3,141). Sum of RGB (Red+Green+Blue) = 139+3+141=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B038D is #74FC72. Grayscale: #3A3A3A. Windows color (decimal): -7666803 or 9241483. OLE color: 9241483.

HSL color Cylindrical-coordinate representation of color #8B038D: hue angle of 299.13º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B038D is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 3 141 -
CMYK 0.01 0.98 0 0.45
HSL 299.13º 0.96% 0.28% -
HSV(B) 299.13º 0.98% 0.55% -
XYZ 15.49 7.48 25.83 -
YUV 59.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 139 3 141 0.01 0.98 0 0.45 299.13 0.96 0.28
Hex 8B 3 8D 1 62 0 2D 12B 60 1C
Octal 213 3 215 1 142 0 55 453 140 34
Binary 10001011 11 10001101 1 1100010 0 101101 100101011 1100000 11100

Color Harmonies of #8B038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B038D

Black with #8B038D

Text Example


Text Example

White with #8B038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,3,141); }

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

background-color css

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

 a { background-color: rgb(139,3,141); }

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

border-color css

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

 span { border-color: rgb(139,3,141); }

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