Html Css Color HEX #96008C Dark Magenta

📋 copy color: '#96008C'

red 150 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #96008C

Tints of Dark Magenta #96008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 51.72%
G = 0%
B = 48.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96008C (or 0x96008C) is known color: Dark Magenta. HEX triplet: 96, 00 and 8C. RGB value is (150,0,140). Sum of RGB (Red+Green+Blue) = 150+0+140=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96008C is #69FF73. Grayscale: #3C3C3C. Windows color (decimal): -6946676 or 9175190. OLE color: 9175190.

HSL color Cylindrical-coordinate representation of color #96008C: hue angle of 304º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96008C is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 140 -
CMYK 0 1 0.07 0.41
HSL 304º 1% 0.29% -
HSV(B) 304º 1% 0.59% -
XYZ 17.31 8.38 25.52 -
YUV 60.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 150 0 140 0 1 0.07 0.41 304 1 0.29
Hex 96 0 8C 0 64 7 29 130 64 1D
Octal 226 0 214 0 144 7 51 460 144 35
Binary 10010110 0 10001100 0 1100100 111 101001 100110000 1100100 11101

Color Harmonies of #96008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96008C

Black with #96008C

Text Example


Text Example

White with #96008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96008C; }

 p { color: rgb(150,0,140); }

 H1.HeaderClassName
 {
   color: #96008C;
 }
 .AnyTagClassName
 {
   color: #96008C;
 }
</style>

background-color css

<style>
 a { background-color: #96008C; }

 a { background-color: rgb(150,0,140); }

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

border-color css

<style>
 span { border-color: #96008C; }

 span { border-color: rgb(150,0,140); }

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