Html Css Color HEX #96028B Dark Magenta

📋 copy color: '#96028B'

red 150 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #96028B

Tints of Dark Magenta #96028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 51.55%
G = 0.69%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96028B (or 0x96028B) is known color: Dark Magenta. HEX triplet: 96, 02 and 8B. RGB value is (150,2,139). Sum of RGB (Red+Green+Blue) = 150+2+139=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96028B is #69FD74. Grayscale: #3D3D3D. Windows color (decimal): -6946165 or 9110166. OLE color: 9110166.

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

Color convert

RGB 150 2 139 -
CMYK 0 0.99 0.07 0.41
HSL 304.46º 0.97% 0.3% -
HSV(B) 304.46º 0.99% 0.59% -
XYZ 17.26 8.39 25.14 -
YUV 61.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 150 2 139 0 0.99 0.07 0.41 304.46 0.97 0.3
Hex 96 2 8B 0 63 7 29 130 61 1E
Octal 226 2 213 0 143 7 51 460 141 36
Binary 10010110 10 10001011 0 1100011 111 101001 100110000 1100001 11110

Color Harmonies of #96028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96028B

Black with #96028B

Text Example


Text Example

White with #96028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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