Html Css Color HEX #96008F Dark Magenta

📋 copy color: '#96008F'

red 150 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #96008F

Tints of Dark Magenta #96008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.19%
G = 0%
B = 48.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96008F (or 0x96008F) is known color: Dark Magenta. HEX triplet: 96, 00 and 8F. RGB value is (150,0,143). Sum of RGB (Red+Green+Blue) = 150+0+143=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96008F is #69FF70. Grayscale: #3C3C3C. Windows color (decimal): -6946673 or 9371798. OLE color: 9371798.

HSL color Cylindrical-coordinate representation of color #96008F: hue angle of 302.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96008F is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 143 -
CMYK 0 1 0.05 0.41
HSL 302.8º 1% 0.29% -
HSV(B) 302.8º 1% 0.59% -
XYZ 17.54 8.47 26.7 -
YUV 61.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 150 0 143 0 1 0.05 0.41 302.8 1 0.29
Hex 96 0 8F 0 64 5 29 12F 64 1D
Octal 226 0 217 0 144 5 51 457 144 35
Binary 10010110 0 10001111 0 1100100 101 101001 100101111 1100100 11101

Color Harmonies of #96008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96008F

Black with #96008F

Text Example


Text Example

White with #96008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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