Html Css Color HEX #940692 Dark Magenta

📋 copy color: '#940692'

red 148 ◦ green 6 ◦ blue 146

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

Shades of Dark Magenta #940692

Tints of Dark Magenta #940692

RGB

 RED value IS 148 (58.2% from 255) = 49.33%

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 49.33%
G = 2%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940692 (or 0x940692) is known color: Dark Magenta. HEX triplet: 94, 06 and 92. RGB value is (148,6,146). Sum of RGB (Red+Green+Blue) = 148+6+146=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #940692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940692 is #6BF96D. Grayscale: #404040. Windows color (decimal): -7076206 or 9569940. OLE color: 9569940.

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

Color convert

RGB 148 6 146 -
CMYK 0 0.96 0.01 0.42
HSL 300.85º 0.92% 0.3% -
HSV(B) 300.85º 0.96% 0.58% -
XYZ 17.47 8.5 27.91 -
YUV 64.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 148 6 146 0 0.96 0.01 0.42 300.85 0.92 0.3
Hex 94 6 92 0 60 1 2A 12D 5C 1E
Octal 224 6 222 0 140 1 52 455 134 36
Binary 10010100 110 10010010 0 1100000 1 101010 100101101 1011100 11110

Color Harmonies of #940692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940692

Black with #940692

Text Example


Text Example

White with #940692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940692; }

 p { color: rgb(148,6,146); }

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

background-color css

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

 a { background-color: rgb(148,6,146); }

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

border-color css

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

 span { border-color: rgb(148,6,146); }

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