Html Css Color HEX #940982 Dark Magenta

📋 copy color: '#940982'

red 148 ◦ green 9 ◦ blue 130

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

Shades of Dark Magenta #940982

Tints of Dark Magenta #940982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.14%

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

R = 51.57%
G = 3.14%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#940982 (or 0x940982) is known color: Dark Magenta. HEX triplet: 94, 09 and 82. RGB value is (148,9,130). Sum of RGB (Red+Green+Blue) = 148+9+130=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940982 is #6BF67D. Grayscale: #404040. Windows color (decimal): -7075454 or 8522132. OLE color: 8522132.

HSL color Cylindrical-coordinate representation of color #940982: hue angle of 307.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940982 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 130 -
CMYK 0 0.94 0.12 0.42
HSL 307.77º 0.89% 0.31% -
HSV(B) 307.77º 0.94% 0.58% -
XYZ 16.34 8.1 21.82 -
YUV 64.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 148 9 130 0 0.94 0.12 0.42 307.77 0.89 0.31
Hex 94 9 82 0 5E C 2A 134 59 1F
Octal 224 11 202 0 136 14 52 464 131 37
Binary 10010100 1001 10000010 0 1011110 1100 101010 100110100 1011001 11111

Color Harmonies of #940982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940982

Black with #940982

Text Example


Text Example

White with #940982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940982; }

 p { color: rgb(148,9,130); }

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

background-color css

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

 a { background-color: rgb(148,9,130); }

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

border-color css

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

 span { border-color: rgb(148,9,130); }

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