Html Css Color HEX #950C8C Dark Magenta

📋 copy color: '#950C8C'

red 149 ◦ green 12 ◦ blue 140

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

Shades of Dark Magenta #950C8C

Tints of Dark Magenta #950C8C

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 49.5%
G = 3.99%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#950C8C (or 0x950C8C) is known color: Dark Magenta. HEX triplet: 95, 0C and 8C. RGB value is (149,12,140). Sum of RGB (Red+Green+Blue) = 149+12+140=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950C8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C8C is #6AF373. Grayscale: #434343. Windows color (decimal): -7009140 or 9178261. OLE color: 9178261.

HSL color Cylindrical-coordinate representation of color #950C8C: hue angle of 303.94º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C8C is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 12 140 -
CMYK 0 0.92 0.06 0.42
HSL 303.94º 0.85% 0.32% -
HSV(B) 303.94º 0.92% 0.58% -
XYZ 17.26 8.55 25.55 -
YUV 67.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 149 12 140 0 0.92 0.06 0.42 303.94 0.85 0.32
Hex 95 C 8C 0 5C 6 2A 130 55 20
Octal 225 14 214 0 134 6 52 460 125 40
Binary 10010101 1100 10001100 0 1011100 110 101010 100110000 1010101 100000

Color Harmonies of #950C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C8C

Black with #950C8C

Text Example


Text Example

White with #950C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950C8C; }

 p { color: rgb(149,12,140); }

 H1.HeaderClassName
 {
   color: #950C8C;
 }
 .AnyTagClassName
 {
   color: #950C8C;
 }
</style>

background-color css

<style>
 a { background-color: #950C8C; }

 a { background-color: rgb(149,12,140); }

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

border-color css

<style>
 span { border-color: #950C8C; }

 span { border-color: rgb(149,12,140); }

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