Html Css Color HEX #940699 Dark Magenta

📋 copy color: '#940699'

red 148 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #940699

Tints of Dark Magenta #940699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 48.21%
G = 1.95%
B = 49.84%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#940699 (or 0x940699) is known color: Dark Magenta. HEX triplet: 94, 06 and 99. RGB value is (148,6,153). Sum of RGB (Red+Green+Blue) = 148+6+153=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #940699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940699 is #6BF966. Grayscale: #404040. Windows color (decimal): -7076199 or 10028692. OLE color: 10028692.

HSL color Cylindrical-coordinate representation of color #940699: hue angle of 297.96º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940699 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 6 153 -
CMYK 0.03 0.96 0 0.4
HSL 297.96º 0.92% 0.31% -
HSV(B) 297.96º 0.96% 0.6% -
XYZ 18.03 8.73 30.87 -
YUV 65.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 148 6 153 0.03 0.96 0 0.4 297.96 0.92 0.31
Hex 94 6 99 3 60 0 28 12A 5C 1F
Octal 224 6 231 3 140 0 50 452 134 37
Binary 10010100 110 10011001 11 1100000 0 101000 100101010 1011100 11111

Color Harmonies of #940699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940699

Black with #940699

Text Example


Text Example

White with #940699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940699; }

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

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

background-color css

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

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

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

border-color css

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

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

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