Html Css Color HEX #8A3478 Dark Purple

📋 copy color: '#8A3478'

red 138 ◦ green 52 ◦ blue 120

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

Shades of Dark Purple #8A3478

Tints of Dark Purple #8A3478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 44.52%
G = 16.77%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A3478 (or 0x8A3478) is known color: Dark Purple. HEX triplet: 8A, 34 and 78. RGB value is (138,52,120). Sum of RGB (Red+Green+Blue) = 138+52+120=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3478 is #75CB87. Grayscale: #555555. Windows color (decimal): -7719816 or 7877770. OLE color: 7877770.

HSL color Cylindrical-coordinate representation of color #8A3478: hue angle of 312.56º 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 #8A3478 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 52 120 -
CMYK 0 0.62 0.13 0.46
HSL 312.56º 0.45% 0.37% -
HSV(B) 312.56º 0.62% 0.54% -
XYZ 15.1 9.22 18.75 -
YUV 85.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 138 52 120 0 0.62 0.13 0.46 312.56 0.45 0.37
Hex 8A 34 78 0 3E D 2E 139 2D 25
Octal 212 64 170 0 76 15 56 471 55 45
Binary 10001010 110100 1111000 0 111110 1101 101110 100111001 101101 100101

Color Harmonies of #8A3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3478

Black with #8A3478

Text Example


Text Example

White with #8A3478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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