Html Css Color HEX #96098F Dark Magenta

📋 copy color: '#96098F'

red 150 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #96098F

Tints of Dark Magenta #96098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 49.67%
G = 2.98%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96098F (or 0x96098F) is known color: Dark Magenta. HEX triplet: 96, 09 and 8F. RGB value is (150,9,143). Sum of RGB (Red+Green+Blue) = 150+9+143=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #96098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96098F is #69F670. Grayscale: #424242. Windows color (decimal): -6944369 or 9374102. OLE color: 9374102.

HSL color Cylindrical-coordinate representation of color #96098F: hue angle of 302.98º 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 #96098F is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 143 -
CMYK 0 0.94 0.05 0.41
HSL 302.98º 0.89% 0.31% -
HSV(B) 302.98º 0.94% 0.59% -
XYZ 17.63 8.66 26.73 -
YUV 66.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 150 9 143 0 0.94 0.05 0.41 302.98 0.89 0.31
Hex 96 9 8F 0 5E 5 29 12F 59 1F
Octal 226 11 217 0 136 5 51 457 131 37
Binary 10010110 1001 10001111 0 1011110 101 101001 100101111 1011001 11111

Color Harmonies of #96098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96098F

Black with #96098F

Text Example


Text Example

White with #96098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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