Html Css Color HEX #950BAC Dark Magenta

📋 copy color: '#950BAC'

red 149 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #950BAC

Tints of Dark Magenta #950BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 44.88%
G = 3.31%
B = 51.81%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#950BAC (or 0x950BAC) is known color: Dark Magenta. HEX triplet: 95, 0B and AC. RGB value is (149,11,172). Sum of RGB (Red+Green+Blue) = 149+11+172=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #950BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950BAC is #6AF453. Grayscale: #464646. Windows color (decimal): -7009364 or 11275157. OLE color: 11275157.

HSL color Cylindrical-coordinate representation of color #950BAC: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950BAC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 11 172 -
CMYK 0.13 0.94 0 0.33
HSL 291.43º 0.88% 0.36% -
HSV(B) 291.43º 0.94% 0.67% -
XYZ 19.96 9.61 39.83 -
YUV 70.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 149 11 172 0.13 0.94 0 0.33 291.43 0.88 0.36
Hex 95 B AC D 5E 0 21 123 58 24
Octal 225 13 254 15 136 0 41 443 130 44
Binary 10010101 1011 10101100 1101 1011110 0 100001 100100011 1011000 100100

Color Harmonies of #950BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BAC

Black with #950BAC

Text Example


Text Example

White with #950BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,11,172); }

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

background-color css

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

 a { background-color: rgb(149,11,172); }

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

border-color css

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

 span { border-color: rgb(149,11,172); }

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