Html Css Color HEX #76099C Dark Magenta

📋 copy color: '#76099C'

red 118 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #76099C

Tints of Dark Magenta #76099C

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

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

 BLUE value IS 156 (61.33% from 255) = 55.12%

R = 41.7%
G = 3.18%
B = 55.12%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76099C (or 0x76099C) is known color: Dark Magenta. HEX triplet: 76, 09 and 9C. RGB value is (118,9,156). Sum of RGB (Red+Green+Blue) = 118+9+156=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #76099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76099C is #89F663. Grayscale: #393939. Windows color (decimal): -9041508 or 10226038. OLE color: 10226038.

HSL color Cylindrical-coordinate representation of color #76099C: hue angle of 284.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76099C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 9 156 -
CMYK 0.24 0.94 0 0.39
HSL 284.49º 0.89% 0.32% -
HSV(B) 284.49º 0.94% 0.61% -
XYZ 13.57 6.45 31.98 -
YUV 58.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 118 9 156 0.24 0.94 0 0.39 284.49 0.89 0.32
Hex 76 9 9C 18 5E 0 27 11C 59 20
Octal 166 11 234 30 136 0 47 434 131 40
Binary 1110110 1001 10011100 11000 1011110 0 100111 100011100 1011001 100000

Color Harmonies of #76099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76099C

Black with #76099C

Text Example


Text Example

White with #76099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76099C; }

 p { color: rgb(118,9,156); }

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

background-color css

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

 a { background-color: rgb(118,9,156); }

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

border-color css

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

 span { border-color: rgb(118,9,156); }

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