Html Css Color HEX #8A3781 Dark Purple

📋 copy color: '#8A3781'

red 138 ◦ green 55 ◦ blue 129

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

Shades of Dark Purple #8A3781

Tints of Dark Purple #8A3781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 42.86%
G = 17.08%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A3781 (or 0x8A3781) is known color: Dark Purple. HEX triplet: 8A, 37 and 81. RGB value is (138,55,129). Sum of RGB (Red+Green+Blue) = 138+55+129=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3781 is #75C87E. Grayscale: #585858. Windows color (decimal): -7719039 or 8468362. OLE color: 8468362.

HSL color Cylindrical-coordinate representation of color #8A3781: hue angle of 306.51º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3781 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 129 -
CMYK 0 0.60 0.07 0.46
HSL 306.51º 0.43% 0.38% -
HSV(B) 306.51º 0.6% 0.54% -
XYZ 15.81 9.72 21.81 -
YUV 88.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 138 55 129 0 0.60 0.07 0.46 306.51 0.43 0.38
Hex 8A 37 81 0 3C 7 2E 133 2B 26
Octal 212 67 201 0 74 7 56 463 53 46
Binary 10001010 110111 10000001 0 111100 111 101110 100110011 101011 100110

Color Harmonies of #8A3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3781

Black with #8A3781

Text Example


Text Example

White with #8A3781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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