Html Css Color HEX #96098C Dark Magenta

📋 copy color: '#96098C'

red 150 ◦ green 9 ◦ blue 140

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

Shades of Dark Magenta #96098C

Tints of Dark Magenta #96098C

RGB

 RED value IS 150 (58.98% from 255) = 50.17%

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 50.17%
G = 3.01%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96098C (or 0x96098C) is known color: Dark Magenta. HEX triplet: 96, 09 and 8C. RGB value is (150,9,140). Sum of RGB (Red+Green+Blue) = 150+9+140=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96098C is #69F673. Grayscale: #414141. Windows color (decimal): -6944372 or 9177494. OLE color: 9177494.

HSL color Cylindrical-coordinate representation of color #96098C: hue angle of 304.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96098C is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 140 -
CMYK 0 0.94 0.07 0.41
HSL 304.26º 0.89% 0.31% -
HSV(B) 304.26º 0.94% 0.59% -
XYZ 17.41 8.57 25.55 -
YUV 66.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 150 9 140 0 0.94 0.07 0.41 304.26 0.89 0.31
Hex 96 9 8C 0 5E 7 29 130 59 1F
Octal 226 11 214 0 136 7 51 460 131 37
Binary 10010110 1001 10001100 0 1011110 111 101001 100110000 1011001 11111

Color Harmonies of #96098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96098C

Black with #96098C

Text Example


Text Example

White with #96098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,9,140); }

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

background-color css

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

 a { background-color: rgb(150,9,140); }

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

border-color css

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

 span { border-color: rgb(150,9,140); }

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