Html Css Color HEX #930682 Dark Magenta

📋 copy color: '#930682'

red 147 ◦ green 6 ◦ blue 130

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

Shades of Dark Magenta #930682

Tints of Dark Magenta #930682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 51.94%
G = 2.12%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#930682 (or 0x930682) is known color: Dark Magenta. HEX triplet: 93, 06 and 82. RGB value is (147,6,130). Sum of RGB (Red+Green+Blue) = 147+6+130=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #930682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930682 is #6CF97D. Grayscale: #3D3D3D. Windows color (decimal): -7141758 or 8521363. OLE color: 8521363.

HSL color Cylindrical-coordinate representation of color #930682: hue angle of 307.23º 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 #930682 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 130 -
CMYK 0 0.96 0.12 0.42
HSL 307.23º 0.92% 0.3% -
HSV(B) 307.23º 0.96% 0.58% -
XYZ 16.13 7.95 21.8 -
YUV 62.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 147 6 130 0 0.96 0.12 0.42 307.23 0.92 0.3
Hex 93 6 82 0 60 C 2A 133 5C 1E
Octal 223 6 202 0 140 14 52 463 134 36
Binary 10010011 110 10000010 0 1100000 1100 101010 100110011 1011100 11110

Color Harmonies of #930682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930682

Black with #930682

Text Example


Text Example

White with #930682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930682; }

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

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

background-color css

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

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

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

border-color css

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

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

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