Html Css Color HEX #9608AD Dark Magenta

📋 copy color: '#9608AD'

red 150 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #9608AD

Tints of Dark Magenta #9608AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 45.32%
G = 2.42%
B = 52.27%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9608AD (or 0x9608AD) is known color: Dark Magenta. HEX triplet: 96, 08 and AD. RGB value is (150,8,173). Sum of RGB (Red+Green+Blue) = 150+8+173=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #9608AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9608AD is #69F752. Grayscale: #444444. Windows color (decimal): -6944595 or 11339926. OLE color: 11339926.

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

Color convert

RGB 150 8 173 -
CMYK 0.13 0.95 0 0.32
HSL 291.64º 0.91% 0.35% -
HSV(B) 291.64º 0.95% 0.68% -
XYZ 20.21 9.67 40.34 -
YUV 69.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 150 8 173 0.13 0.95 0 0.32 291.64 0.91 0.35
Hex 96 8 AD D 5F 0 20 124 5B 23
Octal 226 10 255 15 137 0 40 444 133 43
Binary 10010110 1000 10101101 1101 1011111 0 100000 100100100 1011011 100011

Color Harmonies of #9608AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608AD

Black with #9608AD

Text Example


Text Example

White with #9608AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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