Html Css Color HEX #8B038B Dark Magenta

📋 copy color: '#8B038B'

red 139 ◦ green 3 ◦ blue 139

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

Shades of Dark Magenta #8B038B

Tints of Dark Magenta #8B038B

RGB

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

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

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

R = 49.47%
G = 1.07%
B = 49.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B038B (or 0x8B038B) is known color: Dark Magenta. HEX triplet: 8B, 03 and 8B. RGB value is (139,3,139). Sum of RGB (Red+Green+Blue) = 139+3+139=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B038B is #74FC74. Grayscale: #3A3A3A. Windows color (decimal): -7666805 or 9110411. OLE color: 9110411.

HSL color Cylindrical-coordinate representation of color #8B038B: hue angle of 300º 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 #8B038B is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 3 139 -
CMYK 0 0.98 0 0.45
HSL 300º 0.96% 0.28% -
HSV(B) 300º 0.98% 0.55% -
XYZ 15.34 7.42 25.05 -
YUV 59.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 139 3 139 0 0.98 0 0.45 300 0.96 0.28
Hex 8B 3 8B 0 62 0 2D 12C 60 1C
Octal 213 3 213 0 142 0 55 454 140 34
Binary 10001011 11 10001011 0 1100010 0 101101 100101100 1100000 11100

Color Harmonies of #8B038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B038B

Black with #8B038B

Text Example


Text Example

White with #8B038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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