Html Css Color HEX #990683 Dark Magenta

📋 copy color: '#990683'

red 153 ◦ green 6 ◦ blue 131

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

Shades of Dark Magenta #990683

Tints of Dark Magenta #990683

RGB

 RED value IS 153 (60.16% from 255) = 52.76%

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

 BLUE value IS 131 (51.56% from 255) = 45.17%

R = 52.76%
G = 2.07%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#990683 (or 0x990683) is known color: Dark Magenta. HEX triplet: 99, 06 and 83. RGB value is (153,6,131). Sum of RGB (Red+Green+Blue) = 153+6+131=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990683 is #66F97C. Grayscale: #3F3F3F. Windows color (decimal): -6748541 or 8586905. OLE color: 8586905.

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

Color convert

RGB 153 6 131 -
CMYK 0 0.96 0.14 0.4
HSL 308.98º 0.92% 0.31% -
HSV(B) 308.98º 0.96% 0.6% -
XYZ 17.3 8.54 22.21 -
YUV 64.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 153 6 131 0 0.96 0.14 0.4 308.98 0.92 0.31
Hex 99 6 83 0 60 E 28 135 5C 1F
Octal 231 6 203 0 140 16 50 465 134 37
Binary 10011001 110 10000011 0 1100000 1110 101000 100110101 1011100 11111

Color Harmonies of #990683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990683

Black with #990683

Text Example


Text Example

White with #990683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990683; }

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

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

background-color css

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

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

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

border-color css

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

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

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