Html Css Color HEX #9308A0 Dark Magenta

📋 copy color: '#9308A0'

red 147 ◦ green 8 ◦ blue 160

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

Shades of Dark Magenta #9308A0

Tints of Dark Magenta #9308A0

RGB

 RED value IS 147 (57.81% from 255) = 46.67%

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

 BLUE value IS 160 (62.89% from 255) = 50.79%

R = 46.67%
G = 2.54%
B = 50.79%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9308A0 (or 0x9308A0) is known color: Dark Magenta. HEX triplet: 93, 08 and A0. RGB value is (147,8,160). Sum of RGB (Red+Green+Blue) = 147+8+160=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #9308A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9308A0 is #6CF75F. Grayscale: #424242. Windows color (decimal): -7141216 or 10487955. OLE color: 10487955.

HSL color Cylindrical-coordinate representation of color #9308A0: hue angle of 294.87º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9308A0 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 8 160 -
CMYK 0.08 0.95 0 0.37
HSL 294.87º 0.9% 0.33% -
HSV(B) 294.87º 0.95% 0.63% -
XYZ 18.46 8.91 34.01 -
YUV 66.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 147 8 160 0.08 0.95 0 0.37 294.87 0.9 0.33
Hex 93 8 A0 8 5F 0 25 127 5A 21
Octal 223 10 240 10 137 0 45 447 132 41
Binary 10010011 1000 10100000 1000 1011111 0 100101 100100111 1011010 100001

Color Harmonies of #9308A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308A0

Black with #9308A0

Text Example


Text Example

White with #9308A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9308A0; }

 p { color: rgb(147,8,160); }

 H1.HeaderClassName
 {
   color: #9308A0;
 }
 .AnyTagClassName
 {
   color: #9308A0;
 }
</style>

background-color css

<style>
 a { background-color: #9308A0; }

 a { background-color: rgb(147,8,160); }

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

border-color css

<style>
 span { border-color: #9308A0; }

 span { border-color: rgb(147,8,160); }

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