Html Css Color HEX #96009B Dark Magenta

📋 copy color: '#96009B'

red 150 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #96009B

Tints of Dark Magenta #96009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 49.18%
G = 0%
B = 50.82%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96009B (or 0x96009B) is known color: Dark Magenta. HEX triplet: 96, 00 and 9B. RGB value is (150,0,155). Sum of RGB (Red+Green+Blue) = 150+0+155=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #96009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96009B is #69FF64. Grayscale: #3E3E3E. Windows color (decimal): -6946661 or 10158230. OLE color: 10158230.

HSL color Cylindrical-coordinate representation of color #96009B: hue angle of 298.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96009B is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 0 155 -
CMYK 0.03 1 0 0.39
HSL 298.06º 1% 0.3% -
HSV(B) 298.06º 1% 0.61% -
XYZ 18.49 8.85 31.74 -
YUV 62.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 150 0 155 0.03 1 0 0.39 298.06 1 0.3
Hex 96 0 9B 3 64 0 27 12A 64 1E
Octal 226 0 233 3 144 0 47 452 144 36
Binary 10010110 0 10011011 11 1100100 0 100111 100101010 1100100 11110

Color Harmonies of #96009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96009B

Black with #96009B

Text Example


Text Example

White with #96009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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