Html Css Color HEX #930683 Dark Magenta

📋 copy color: '#930683'

red 147 ◦ green 6 ◦ blue 131

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

Shades of Dark Magenta #930683

Tints of Dark Magenta #930683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 51.76%
G = 2.11%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#930683 (or 0x930683) is known color: Dark Magenta. HEX triplet: 93, 06 and 83. RGB value is (147,6,131). Sum of RGB (Red+Green+Blue) = 147+6+131=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #930683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930683 is #6CF97C. Grayscale: #3E3E3E. Windows color (decimal): -7141757 or 8586899. OLE color: 8586899.

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

Color convert

RGB 147 6 131 -
CMYK 0 0.96 0.11 0.42
HSL 306.81º 0.92% 0.3% -
HSV(B) 306.81º 0.96% 0.58% -
XYZ 16.19 7.97 22.16 -
YUV 62.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 147 6 131 0 0.96 0.11 0.42 306.81 0.92 0.3
Hex 93 6 83 0 60 B 2A 133 5C 1E
Octal 223 6 203 0 140 13 52 463 134 36
Binary 10010011 110 10000011 0 1100000 1011 101010 100110011 1011100 11110

Color Harmonies of #930683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930683

Black with #930683

Text Example


Text Example

White with #930683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930683; }

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

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

background-color css

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

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

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

border-color css

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

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

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