Html Css Color HEX #96089E Dark Magenta

📋 copy color: '#96089E'

red 150 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #96089E

Tints of Dark Magenta #96089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50%

R = 47.47%
G = 2.53%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96089E (or 0x96089E) is known color: Dark Magenta. HEX triplet: 96, 08 and 9E. RGB value is (150,8,158). Sum of RGB (Red+Green+Blue) = 150+8+158=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #96089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96089E is #69F761. Grayscale: #434343. Windows color (decimal): -6944610 or 10356886. OLE color: 10356886.

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

Color convert

RGB 150 8 158 -
CMYK 0.05 0.95 0 0.38
HSL 296.8º 0.9% 0.33% -
HSV(B) 296.8º 0.95% 0.62% -
XYZ 18.84 9.13 33.12 -
YUV 67.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 150 8 158 0.05 0.95 0 0.38 296.8 0.9 0.33
Hex 96 8 9E 5 5F 0 26 129 5A 21
Octal 226 10 236 5 137 0 46 451 132 41
Binary 10010110 1000 10011110 101 1011111 0 100110 100101001 1011010 100001

Color Harmonies of #96089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96089E

Black with #96089E

Text Example


Text Example

White with #96089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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