Html Css Color HEX #930383 Dark Magenta

📋 copy color: '#930383'

red 147 ◦ green 3 ◦ blue 131

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

Shades of Dark Magenta #930383

Tints of Dark Magenta #930383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 52.31%
G = 1.07%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#930383 (or 0x930383) is known color: Dark Magenta. HEX triplet: 93, 03 and 83. RGB value is (147,3,131). Sum of RGB (Red+Green+Blue) = 147+3+131=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #930383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930383 is #6CFC7C. Grayscale: #3C3C3C. Windows color (decimal): -7142525 or 8586131. OLE color: 8586131.

HSL color Cylindrical-coordinate representation of color #930383: hue angle of 306.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930383 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 131 -
CMYK 0 0.98 0.11 0.42
HSL 306.67º 0.96% 0.29% -
HSV(B) 306.67º 0.98% 0.58% -
XYZ 16.16 7.91 22.15 -
YUV 60.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 147 3 131 0 0.98 0.11 0.42 306.67 0.96 0.29
Hex 93 3 83 0 62 B 2A 133 60 1D
Octal 223 3 203 0 142 13 52 463 140 35
Binary 10010011 11 10000011 0 1100010 1011 101010 100110011 1100000 11101

Color Harmonies of #930383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930383

Black with #930383

Text Example


Text Example

White with #930383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930383; }

 p { color: rgb(147,3,131); }

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

background-color css

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

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

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

border-color css

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

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

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