Html Css Color HEX #8A386E Dark Purple

📋 copy color: '#8A386E'

red 138 ◦ green 56 ◦ blue 110

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

Shades of Dark Purple #8A386E

Tints of Dark Purple #8A386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 45.39%
G = 18.42%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A386E (or 0x8A386E) is known color: Dark Purple. HEX triplet: 8A, 38 and 6E. RGB value is (138,56,110). Sum of RGB (Red+Green+Blue) = 138+56+110=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A386E is #75C791. Grayscale: #565656. Windows color (decimal): -7718802 or 7223434. OLE color: 7223434.

HSL color Cylindrical-coordinate representation of color #8A386E: hue angle of 320.49º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A386E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 56 110 -
CMYK 0 0.59 0.20 0.46
HSL 320.49º 0.42% 0.38% -
HSV(B) 320.49º 0.59% 0.54% -
XYZ 14.71 9.36 15.78 -
YUV 86.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 138 56 110 0 0.59 0.20 0.46 320.49 0.42 0.38
Hex 8A 38 6E 0 3B 14 2E 140 2A 26
Octal 212 70 156 0 73 24 56 500 52 46
Binary 10001010 111000 1101110 0 111011 10100 101110 101000000 101010 100110

Color Harmonies of #8A386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A386E

Black with #8A386E

Text Example


Text Example

White with #8A386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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