Html Css Color HEX #96089F Dark Magenta

📋 copy color: '#96089F'

red 150 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #96089F

Tints of Dark Magenta #96089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 47.32%
G = 2.52%
B = 50.16%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96089F (or 0x96089F) is known color: Dark Magenta. HEX triplet: 96, 08 and 9F. RGB value is (150,8,159). Sum of RGB (Red+Green+Blue) = 150+8+159=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #96089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96089F is #69F760. Grayscale: #434343. Windows color (decimal): -6944609 or 10422422. OLE color: 10422422.

HSL color Cylindrical-coordinate representation of color #96089F: hue angle of 296.42º 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 #96089F is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 8 159 -
CMYK 0.06 0.95 0 0.38
HSL 296.42º 0.9% 0.33% -
HSV(B) 296.42º 0.95% 0.62% -
XYZ 18.92 9.16 33.57 -
YUV 67.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 150 8 159 0.06 0.95 0 0.38 296.42 0.9 0.33
Hex 96 8 9F 6 5F 0 26 128 5A 21
Octal 226 10 237 6 137 0 46 450 132 41
Binary 10010110 1000 10011111 110 1011111 0 100110 100101000 1011010 100001

Color Harmonies of #96089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96089F

Black with #96089F

Text Example


Text Example

White with #96089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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