Html Css Color HEX #9608AC Dark Magenta

📋 copy color: '#9608AC'

red 150 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #9608AC

Tints of Dark Magenta #9608AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 45.45%
G = 2.42%
B = 52.12%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9608AC (or 0x9608AC) is known color: Dark Magenta. HEX triplet: 96, 08 and AC. RGB value is (150,8,172). Sum of RGB (Red+Green+Blue) = 150+8+172=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #9608AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9608AC is #69F753. Grayscale: #444444. Windows color (decimal): -6944596 or 11274390. OLE color: 11274390.

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

Color convert

RGB 150 8 172 -
CMYK 0.13 0.95 0 0.33
HSL 291.95º 0.91% 0.35% -
HSV(B) 291.95º 0.95% 0.67% -
XYZ 20.11 9.64 39.83 -
YUV 69.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 150 8 172 0.13 0.95 0 0.33 291.95 0.91 0.35
Hex 96 8 AC D 5F 0 21 124 5B 23
Octal 226 10 254 15 137 0 41 444 133 43
Binary 10010110 1000 10101100 1101 1011111 0 100001 100100100 1011011 100011

Color Harmonies of #9608AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608AC

Black with #9608AC

Text Example


Text Example

White with #9608AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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