Html Css Color HEX #8308A0 Dark Magenta

📋 copy color: '#8308A0'

red 131 ◦ green 8 ◦ blue 160

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

Shades of Dark Magenta #8308A0

Tints of Dark Magenta #8308A0

RGB

 RED value IS 131 (51.56% from 255) = 43.81%

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

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

R = 43.81%
G = 2.68%
B = 53.51%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8308A0 (or 0x8308A0) is known color: Dark Magenta. HEX triplet: 83, 08 and A0. RGB value is (131,8,160). Sum of RGB (Red+Green+Blue) = 131+8+160=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #8308A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8308A0 is #7CF75F. Grayscale: #3D3D3D. Windows color (decimal): -8189792 or 10487939. OLE color: 10487939.

HSL color Cylindrical-coordinate representation of color #8308A0: hue angle of 288.55º 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 #8308A0 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 8 160 -
CMYK 0.18 0.95 0 0.37
HSL 288.55º 0.9% 0.33% -
HSV(B) 288.55º 0.95% 0.63% -
XYZ 15.79 7.54 33.88 -
YUV 62.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 131 8 160 0.18 0.95 0 0.37 288.55 0.9 0.33
Hex 83 8 A0 12 5F 0 25 121 5A 21
Octal 203 10 240 22 137 0 45 441 132 41
Binary 10000011 1000 10100000 10010 1011111 0 100101 100100001 1011010 100001

Color Harmonies of #8308A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8308A0

Black with #8308A0

Text Example


Text Example

White with #8308A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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