Html Css Color HEX #930690 Dark Magenta

📋 copy color: '#930690'

red 147 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #930690

Tints of Dark Magenta #930690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 49.49%
G = 2.02%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#930690 (or 0x930690) is known color: Dark Magenta. HEX triplet: 93, 06 and 90. RGB value is (147,6,144). Sum of RGB (Red+Green+Blue) = 147+6+144=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930690 is #6CF96F. Grayscale: #3F3F3F. Windows color (decimal): -7141744 or 9438867. OLE color: 9438867.

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

Color convert

RGB 147 6 144 -
CMYK 0 0.96 0.02 0.42
HSL 301.28º 0.92% 0.3% -
HSV(B) 301.28º 0.96% 0.58% -
XYZ 17.13 8.35 27.09 -
YUV 63.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 147 6 144 0 0.96 0.02 0.42 301.28 0.92 0.3
Hex 93 6 90 0 60 2 2A 12D 5C 1E
Octal 223 6 220 0 140 2 52 455 134 36
Binary 10010011 110 10010000 0 1100000 10 101010 100101101 1011100 11110

Color Harmonies of #930690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930690

Black with #930690

Text Example


Text Example

White with #930690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930690; }

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

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

background-color css

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

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

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

border-color css

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

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

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