Html Css Color HEX #9601A5 Dark Magenta

📋 copy color: '#9601A5'

red 150 ◦ green 1 ◦ blue 165

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

Shades of Dark Magenta #9601A5

Tints of Dark Magenta #9601A5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 165 (64.84% from 255) = 52.22%

R = 47.47%
G = 0.32%
B = 52.22%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9601A5 (or 0x9601A5) is known color: Dark Magenta. HEX triplet: 96, 01 and A5. RGB value is (150,1,165). Sum of RGB (Red+Green+Blue) = 150+1+165=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 165 (64.84% from 255 or 52.22% from 316); Max value from RGB is 165 - color contains mainly: blue. Hex color #9601A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9601A5 is #69FE5A. Grayscale: #3F3F3F. Windows color (decimal): -6946395 or 10813846. OLE color: 10813846.

HSL color Cylindrical-coordinate representation of color #9601A5: hue angle of 294.51º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9601A5 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 1 165 -
CMYK 0.09 0.99 0 0.35
HSL 294.51º 0.99% 0.33% -
HSV(B) 294.51º 0.99% 0.65% -
XYZ 19.38 9.22 36.36 -
YUV 64.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 150 1 165 0.09 0.99 0 0.35 294.51 0.99 0.33
Hex 96 1 A5 9 63 0 23 127 63 21
Octal 226 1 245 11 143 0 43 447 143 41
Binary 10010110 1 10100101 1001 1100011 0 100011 100100111 1100011 100001

Color Harmonies of #9601A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601A5

Black with #9601A5

Text Example


Text Example

White with #9601A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9601A5; }

 p { color: rgb(150,1,165); }

 H1.HeaderClassName
 {
   color: #9601A5;
 }
 .AnyTagClassName
 {
   color: #9601A5;
 }
</style>

background-color css

<style>
 a { background-color: #9601A5; }

 a { background-color: rgb(150,1,165); }

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

border-color css

<style>
 span { border-color: #9601A5; }

 span { border-color: rgb(150,1,165); }

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