Html Css Color HEX #9614AC Dark Magenta

📋 copy color: '#9614AC'

red 150 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #9614AC

Tints of Dark Magenta #9614AC

RGB

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

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

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

R = 43.86%
G = 5.85%
B = 50.29%

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

#9614AC (or 0x9614AC) is known color: Dark Magenta. HEX triplet: 96, 14 and AC. RGB value is (150,20,172). Sum of RGB (Red+Green+Blue) = 150+20+172=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9614AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9614AC is #69EB53. Grayscale: #4B4B4B. Windows color (decimal): -6941524 or 11277462. OLE color: 11277462.

HSL color Cylindrical-coordinate representation of color #9614AC: hue angle of 291.32º degrees, saturation: 0.79, 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 #9614AC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 20 172 -
CMYK 0.13 0.88 0 0.33
HSL 291.32º 0.79% 0.38% -
HSV(B) 291.32º 0.88% 0.67% -
XYZ 20.27 9.96 39.88 -
YUV 76.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 150 20 172 0.13 0.88 0 0.33 291.32 0.79 0.38
Hex 96 14 AC D 58 0 21 123 4F 26
Octal 226 24 254 15 130 0 41 443 117 46
Binary 10010110 10100 10101100 1101 1011000 0 100001 100100011 1001111 100110

Color Harmonies of #9614AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614AC

Black with #9614AC

Text Example


Text Example

White with #9614AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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