Html Css Color HEX #9615AC Dark Magenta

📋 copy color: '#9615AC'

red 150 ◦ green 21 ◦ blue 172

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

Shades of Dark Magenta #9615AC

Tints of Dark Magenta #9615AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 43.73%
G = 6.12%
B = 50.15%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9615AC (or 0x9615AC) is known color: Dark Magenta. HEX triplet: 96, 15 and AC. RGB value is (150,21,172). Sum of RGB (Red+Green+Blue) = 150+21+172=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9615AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9615AC is #69EA53. Grayscale: #4C4C4C. Windows color (decimal): -6941268 or 11277718. OLE color: 11277718.

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

Color convert

RGB 150 21 172 -
CMYK 0.13 0.88 0 0.33
HSL 291.26º 0.78% 0.38% -
HSV(B) 291.26º 0.88% 0.67% -
XYZ 20.29 10 39.89 -
YUV 76.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 150 21 172 0.13 0.88 0 0.33 291.26 0.78 0.38
Hex 96 15 AC D 58 0 21 123 4E 26
Octal 226 25 254 15 130 0 41 443 116 46
Binary 10010110 10101 10101100 1101 1011000 0 100001 100100011 1001110 100110

Color Harmonies of #9615AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615AC

Black with #9615AC

Text Example


Text Example

White with #9615AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9615AC; }

 p { color: rgb(150,21,172); }

 H1.HeaderClassName
 {
   color: #9615AC;
 }
 .AnyTagClassName
 {
   color: #9615AC;
 }
</style>

background-color css

<style>
 a { background-color: #9615AC; }

 a { background-color: rgb(150,21,172); }

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

border-color css

<style>
 span { border-color: #9615AC; }

 span { border-color: rgb(150,21,172); }

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