Html Css Color HEX #96089D Dark Magenta

📋 copy color: '#96089D'

red 150 ◦ green 8 ◦ blue 157

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

Shades of Dark Magenta #96089D

Tints of Dark Magenta #96089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 47.62%
G = 2.54%
B = 49.84%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96089D (or 0x96089D) is known color: Dark Magenta. HEX triplet: 96, 08 and 9D. RGB value is (150,8,157). Sum of RGB (Red+Green+Blue) = 150+8+157=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #96089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96089D is #69F762. Grayscale: #424242. Windows color (decimal): -6944611 or 10291350. OLE color: 10291350.

HSL color Cylindrical-coordinate representation of color #96089D: hue angle of 297.18º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96089D is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 8 157 -
CMYK 0.04 0.95 0 0.38
HSL 297.18º 0.9% 0.32% -
HSV(B) 297.18º 0.95% 0.62% -
XYZ 18.75 9.09 32.66 -
YUV 67.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 150 8 157 0.04 0.95 0 0.38 297.18 0.9 0.32
Hex 96 8 9D 4 5F 0 26 129 5A 20
Octal 226 10 235 4 137 0 46 451 132 40
Binary 10010110 1000 10011101 100 1011111 0 100110 100101001 1011010 100000

Color Harmonies of #96089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96089D

Black with #96089D

Text Example


Text Example

White with #96089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96089D; }

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

 H1.HeaderClassName
 {
   color: #96089D;
 }
 .AnyTagClassName
 {
   color: #96089D;
 }
</style>

background-color css

<style>
 a { background-color: #96089D; }

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

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

border-color css

<style>
 span { border-color: #96089D; }

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

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