Html Css Color HEX #760995 Dark Magenta

📋 copy color: '#760995'

red 118 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #760995

Tints of Dark Magenta #760995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 42.75%
G = 3.26%
B = 53.99%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760995 (or 0x760995) is known color: Dark Magenta. HEX triplet: 76, 09 and 95. RGB value is (118,9,149). Sum of RGB (Red+Green+Blue) = 118+9+149=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #760995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760995 is #89F66A. Grayscale: #393939. Windows color (decimal): -9041515 or 9767286. OLE color: 9767286.

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

Color convert

RGB 118 9 149 -
CMYK 0.21 0.94 0 0.42
HSL 286.71º 0.89% 0.31% -
HSV(B) 286.71º 0.94% 0.58% -
XYZ 12.99 6.22 28.95 -
YUV 57.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 118 9 149 0.21 0.94 0 0.42 286.71 0.89 0.31
Hex 76 9 95 15 5E 0 2A 11F 59 1F
Octal 166 11 225 25 136 0 52 437 131 37
Binary 1110110 1001 10010101 10101 1011110 0 101010 100011111 1011001 11111

Color Harmonies of #760995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760995

Black with #760995

Text Example


Text Example

White with #760995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760995; }

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

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

background-color css

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

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

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

border-color css

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

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

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