Html Css Color HEX #8A346D Dark Purple

📋 copy color: '#8A346D'

red 138 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #8A346D

Tints of Dark Purple #8A346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 46.15%
G = 17.39%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A346D (or 0x8A346D) is known color: Dark Purple. HEX triplet: 8A, 34 and 6D. RGB value is (138,52,109). Sum of RGB (Red+Green+Blue) = 138+52+109=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A346D is #75CB92. Grayscale: #545454. Windows color (decimal): -7719827 or 7156874. OLE color: 7156874.

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

Color convert

RGB 138 52 109 -
CMYK 0 0.62 0.21 0.46
HSL 320.23º 0.45% 0.37% -
HSV(B) 320.23º 0.62% 0.54% -
XYZ 14.47 8.96 15.44 -
YUV 84.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 138 52 109 0 0.62 0.21 0.46 320.23 0.45 0.37
Hex 8A 34 6D 0 3E 15 2E 140 2D 25
Octal 212 64 155 0 76 25 56 500 55 45
Binary 10001010 110100 1101101 0 111110 10101 101110 101000000 101101 100101

Color Harmonies of #8A346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A346D

Black with #8A346D

Text Example


Text Example

White with #8A346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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