Html Css Color HEX #8A356E Dark Purple

📋 copy color: '#8A356E'

red 138 ◦ green 53 ◦ blue 110

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

Shades of Dark Purple #8A356E

Tints of Dark Purple #8A356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 45.85%
G = 17.61%
B = 36.54%

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

#8A356E (or 0x8A356E) is known color: Dark Purple. HEX triplet: 8A, 35 and 6E. RGB value is (138,53,110). Sum of RGB (Red+Green+Blue) = 138+53+110=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A356E is #75CA91. Grayscale: #545454. Windows color (decimal): -7719570 or 7222666. OLE color: 7222666.

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

Color convert

RGB 138 53 110 -
CMYK 0 0.62 0.20 0.46
HSL 319.76º 0.45% 0.37% -
HSV(B) 319.76º 0.62% 0.54% -
XYZ 14.57 9.08 15.74 -
YUV 84.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 138 53 110 0 0.62 0.20 0.46 319.76 0.45 0.37
Hex 8A 35 6E 0 3E 14 2E 140 2D 25
Octal 212 65 156 0 76 24 56 500 55 45
Binary 10001010 110101 1101110 0 111110 10100 101110 101000000 101101 100101

Color Harmonies of #8A356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A356E

Black with #8A356E

Text Example


Text Example

White with #8A356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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