Html Css Color HEX #8A356F Dark Purple

📋 copy color: '#8A356F'

red 138 ◦ green 53 ◦ blue 111

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

Shades of Dark Purple #8A356F

Tints of Dark Purple #8A356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 45.7%
G = 17.55%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A356F (or 0x8A356F) is known color: Dark Purple. HEX triplet: 8A, 35 and 6F. RGB value is (138,53,111). Sum of RGB (Red+Green+Blue) = 138+53+111=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A356F is #75CA90. Grayscale: #545454. Windows color (decimal): -7719569 or 7288202. OLE color: 7288202.

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

Color convert

RGB 138 53 111 -
CMYK 0 0.62 0.20 0.46
HSL 319.06º 0.45% 0.37% -
HSV(B) 319.06º 0.62% 0.54% -
XYZ 14.62 9.1 16.02 -
YUV 85.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 138 53 111 0 0.62 0.20 0.46 319.06 0.45 0.37
Hex 8A 35 6F 0 3E 14 2E 13F 2D 25
Octal 212 65 157 0 76 24 56 477 55 45
Binary 10001010 110101 1101111 0 111110 10100 101110 100111111 101101 100101

Color Harmonies of #8A356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A356F

Black with #8A356F

Text Example


Text Example

White with #8A356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,53,111); }

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

background-color css

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

 a { background-color: rgb(138,53,111); }

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

border-color css

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

 span { border-color: rgb(138,53,111); }

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