Html Css Color HEX #96088B Dark Magenta

📋 copy color: '#96088B'

red 150 ◦ green 8 ◦ blue 139

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

Shades of Dark Magenta #96088B

Tints of Dark Magenta #96088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 50.51%
G = 2.69%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96088B (or 0x96088B) is known color: Dark Magenta. HEX triplet: 96, 08 and 8B. RGB value is (150,8,139). Sum of RGB (Red+Green+Blue) = 150+8+139=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96088B is #69F774. Grayscale: #414141. Windows color (decimal): -6944629 or 9111702. OLE color: 9111702.

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

Color convert

RGB 150 8 139 -
CMYK 0 0.95 0.07 0.41
HSL 304.65º 0.9% 0.31% -
HSV(B) 304.65º 0.95% 0.59% -
XYZ 17.32 8.52 25.16 -
YUV 65.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 150 8 139 0 0.95 0.07 0.41 304.65 0.9 0.31
Hex 96 8 8B 0 5F 7 29 131 5A 1F
Octal 226 10 213 0 137 7 51 461 132 37
Binary 10010110 1000 10001011 0 1011111 111 101001 100110001 1011010 11111

Color Harmonies of #96088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96088B

Black with #96088B

Text Example


Text Example

White with #96088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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