Html Css Color HEX #8A3481 Dark Purple

📋 copy color: '#8A3481'

red 138 ◦ green 52 ◦ blue 129

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

Shades of Dark Purple #8A3481

Tints of Dark Purple #8A3481

RGB

 RED value IS 138 (54.3% from 255) = 43.26%

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 43.26%
G = 16.3%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A3481 (or 0x8A3481) is known color: Dark Purple. HEX triplet: 8A, 34 and 81. RGB value is (138,52,129). Sum of RGB (Red+Green+Blue) = 138+52+129=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3481 is #75CB7E. Grayscale: #565656. Windows color (decimal): -7719807 or 8467594. OLE color: 8467594.

HSL color Cylindrical-coordinate representation of color #8A3481: hue angle of 306.28º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3481 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 52 129 -
CMYK 0 0.62 0.07 0.46
HSL 306.28º 0.45% 0.37% -
HSV(B) 306.28º 0.62% 0.54% -
XYZ 15.67 9.44 21.77 -
YUV 86.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 138 52 129 0 0.62 0.07 0.46 306.28 0.45 0.37
Hex 8A 34 81 0 3E 7 2E 132 2D 25
Octal 212 64 201 0 76 7 56 462 55 45
Binary 10001010 110100 10000001 0 111110 111 101110 100110010 101101 100101

Color Harmonies of #8A3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3481

Black with #8A3481

Text Example


Text Example

White with #8A3481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A3481; }

 p { color: rgb(138,52,129); }

 H1.HeaderClassName
 {
   color: #8A3481;
 }
 .AnyTagClassName
 {
   color: #8A3481;
 }
</style>

background-color css

<style>
 a { background-color: #8A3481; }

 a { background-color: rgb(138,52,129); }

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

border-color css

<style>
 span { border-color: #8A3481; }

 span { border-color: rgb(138,52,129); }

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