Html Css Color HEX #96089A Dark Magenta

📋 copy color: '#96089A'

red 150 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #96089A

Tints of Dark Magenta #96089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.36%

R = 48.08%
G = 2.56%
B = 49.36%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96089A (or 0x96089A) is known color: Dark Magenta. HEX triplet: 96, 08 and 9A. RGB value is (150,8,154). Sum of RGB (Red+Green+Blue) = 150+8+154=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #96089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96089A is #69F765. Grayscale: #424242. Windows color (decimal): -6944614 or 10094742. OLE color: 10094742.

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

Color convert

RGB 150 8 154 -
CMYK 0.03 0.95 0 0.40
HSL 298.36º 0.9% 0.32% -
HSV(B) 298.36º 0.95% 0.6% -
XYZ 18.5 8.99 31.33 -
YUV 67.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 150 8 154 0.03 0.95 0 0.40 298.36 0.9 0.32
Hex 96 8 9A 3 5F 0 28 12A 5A 20
Octal 226 10 232 3 137 0 50 452 132 40
Binary 10010110 1000 10011010 11 1011111 0 101000 100101010 1011010 100000

Color Harmonies of #96089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96089A

Black with #96089A

Text Example


Text Example

White with #96089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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