Html Css Color HEX #96148C Dark Magenta

📋 copy color: '#96148C'

red 150 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #96148C

Tints of Dark Magenta #96148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 48.39%
G = 6.45%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96148C (or 0x96148C) is known color: Dark Magenta. HEX triplet: 96, 14 and 8C. RGB value is (150,20,140). Sum of RGB (Red+Green+Blue) = 150+20+140=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96148C is #69EB73. Grayscale: #484848. Windows color (decimal): -6941556 or 9180310. OLE color: 9180310.

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

Color convert

RGB 150 20 140 -
CMYK 0 0.87 0.07 0.41
HSL 304.62º 0.76% 0.33% -
HSV(B) 304.62º 0.87% 0.59% -
XYZ 17.56 8.88 25.6 -
YUV 72.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 150 20 140 0 0.87 0.07 0.41 304.62 0.76 0.33
Hex 96 14 8C 0 57 7 29 131 4C 21
Octal 226 24 214 0 127 7 51 461 114 41
Binary 10010110 10100 10001100 0 1010111 111 101001 100110001 1001100 100001

Color Harmonies of #96148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96148C

Black with #96148C

Text Example


Text Example

White with #96148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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