Html Css Color HEX #930B8B Dark Magenta

📋 copy color: '#930B8B'

red 147 ◦ green 11 ◦ blue 139

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

Shades of Dark Magenta #930B8B

Tints of Dark Magenta #930B8B

RGB

 RED value IS 147 (57.81% from 255) = 49.49%

 GREEN value IS 11 (4.69% from 255) = 3.7%

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

R = 49.49%
G = 3.7%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#930B8B (or 0x930B8B) is known color: Dark Magenta. HEX triplet: 93, 0B and 8B. RGB value is (147,11,139). Sum of RGB (Red+Green+Blue) = 147+11+139=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930B8B is #6CF474. Grayscale: #414141. Windows color (decimal): -7140469 or 9112467. OLE color: 9112467.

HSL color Cylindrical-coordinate representation of color #930B8B: hue angle of 303.53º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B8B is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 11 139 -
CMYK 0 0.93 0.05 0.42
HSL 303.53º 0.86% 0.31% -
HSV(B) 303.53º 0.93% 0.58% -
XYZ 16.81 8.31 25.14 -
YUV 66.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 147 11 139 0 0.93 0.05 0.42 303.53 0.86 0.31
Hex 93 B 8B 0 5D 5 2A 130 56 1F
Octal 223 13 213 0 135 5 52 460 126 37
Binary 10010011 1011 10001011 0 1011101 101 101010 100110000 1010110 11111

Color Harmonies of #930B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930B8B

Black with #930B8B

Text Example


Text Example

White with #930B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930B8B; }

 p { color: rgb(147,11,139); }

 H1.HeaderClassName
 {
   color: #930B8B;
 }
 .AnyTagClassName
 {
   color: #930B8B;
 }
</style>

background-color css

<style>
 a { background-color: #930B8B; }

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

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

border-color css

<style>
 span { border-color: #930B8B; }

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

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