Html Css Color HEX #96038B Dark Magenta

📋 copy color: '#96038B'

red 150 ◦ green 3 ◦ blue 139

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

Shades of Dark Magenta #96038B

Tints of Dark Magenta #96038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 51.37%
G = 1.03%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96038B (or 0x96038B) is known color: Dark Magenta. HEX triplet: 96, 03 and 8B. RGB value is (150,3,139). Sum of RGB (Red+Green+Blue) = 150+3+139=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96038B is #69FC74. Grayscale: #3E3E3E. Windows color (decimal): -6945909 or 9110422. OLE color: 9110422.

HSL color Cylindrical-coordinate representation of color #96038B: hue angle of 304.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96038B is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 139 -
CMYK 0 0.98 0.07 0.41
HSL 304.49º 0.96% 0.3% -
HSV(B) 304.49º 0.98% 0.59% -
XYZ 17.27 8.41 25.14 -
YUV 62.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 150 3 139 0 0.98 0.07 0.41 304.49 0.96 0.3
Hex 96 3 8B 0 62 7 29 130 60 1E
Octal 226 3 213 0 142 7 51 460 140 36
Binary 10010110 11 10001011 0 1100010 111 101001 100110000 1100000 11110

Color Harmonies of #96038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96038B

Black with #96038B

Text Example


Text Example

White with #96038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96038B; }

 p { color: rgb(150,3,139); }

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

background-color css

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

 a { background-color: rgb(150,3,139); }

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

border-color css

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

 span { border-color: rgb(150,3,139); }

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