Html Css Color HEX #96009D Dark Magenta

📋 copy color: '#96009D'

red 150 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #96009D

Tints of Dark Magenta #96009D

RGB

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

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

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

R = 48.86%
G = 0%
B = 51.14%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96009D (or 0x96009D) is known color: Dark Magenta. HEX triplet: 96, 00 and 9D. RGB value is (150,0,157). Sum of RGB (Red+Green+Blue) = 150+0+157=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #96009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96009D is #69FF62. Grayscale: #3E3E3E. Windows color (decimal): -6946659 or 10289302. OLE color: 10289302.

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

Color convert

RGB 150 0 157 -
CMYK 0.04 1 0 0.38
HSL 297.32º 1% 0.31% -
HSV(B) 297.32º 1% 0.62% -
XYZ 18.66 8.92 32.64 -
YUV 62.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 150 0 157 0.04 1 0 0.38 297.32 1 0.31
Hex 96 0 9D 4 64 0 26 129 64 1F
Octal 226 0 235 4 144 0 46 451 144 37
Binary 10010110 0 10011101 100 1100100 0 100110 100101001 1100100 11111

Color Harmonies of #96009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96009D

Black with #96009D

Text Example


Text Example

White with #96009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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