Html Css Color HEX #9308A7 Dark Magenta

📋 copy color: '#9308A7'

red 147 ◦ green 8 ◦ blue 167

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

Shades of Dark Magenta #9308A7

Tints of Dark Magenta #9308A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.86%

R = 45.65%
G = 2.48%
B = 51.86%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9308A7 (or 0x9308A7) is known color: Dark Magenta. HEX triplet: 93, 08 and A7. RGB value is (147,8,167). Sum of RGB (Red+Green+Blue) = 147+8+167=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 167 (65.62% from 255 or 51.86% from 322); Max value from RGB is 167 - color contains mainly: blue. Hex color #9308A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9308A7 is #6CF758. Grayscale: #434343. Windows color (decimal): -7141209 or 10946707. OLE color: 10946707.

HSL color Cylindrical-coordinate representation of color #9308A7: hue angle of 292.45º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9308A7 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 8 167 -
CMYK 0.12 0.95 0 0.35
HSL 292.45º 0.91% 0.34% -
HSV(B) 292.45º 0.95% 0.65% -
XYZ 19.09 9.17 37.32 -
YUV 67.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 147 8 167 0.12 0.95 0 0.35 292.45 0.91 0.34
Hex 93 8 A7 C 5F 0 23 124 5B 22
Octal 223 10 247 14 137 0 43 444 133 42
Binary 10010011 1000 10100111 1100 1011111 0 100011 100100100 1011011 100010

Color Harmonies of #9308A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308A7

Black with #9308A7

Text Example


Text Example

White with #9308A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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