Html Css Color HEX #930687 Dark Magenta

📋 copy color: '#930687'

red 147 ◦ green 6 ◦ blue 135

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

Shades of Dark Magenta #930687

Tints of Dark Magenta #930687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 51.04%
G = 2.08%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#930687 (or 0x930687) is known color: Dark Magenta. HEX triplet: 93, 06 and 87. RGB value is (147,6,135). Sum of RGB (Red+Green+Blue) = 147+6+135=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #930687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930687 is #6CF978. Grayscale: #3E3E3E. Windows color (decimal): -7141753 or 8849043. OLE color: 8849043.

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

Color convert

RGB 147 6 135 -
CMYK 0 0.96 0.08 0.42
HSL 305.11º 0.92% 0.3% -
HSV(B) 305.11º 0.96% 0.58% -
XYZ 16.47 8.08 23.61 -
YUV 62.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 147 6 135 0 0.96 0.08 0.42 305.11 0.92 0.3
Hex 93 6 87 0 60 8 2A 131 5C 1E
Octal 223 6 207 0 140 10 52 461 134 36
Binary 10010011 110 10000111 0 1100000 1000 101010 100110001 1011100 11110

Color Harmonies of #930687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930687

Black with #930687

Text Example


Text Example

White with #930687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930687; }

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

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

background-color css

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

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

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

border-color css

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

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

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