#8A367B

Color #8A367B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8A367B

Tints of Dark Purple #8A367B

Color information

#8A367B (or 0x8A367B) is unknown color: approx Dark Purple. HEX triplet: 8A, 36 and 7B. RGB value is (138,54,123). Sum of RGB (Red+Green+Blue) = 138+54+123=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A367B is #75C984. Grayscale: #565656. Windows color (decimal): -7719301 or 8074890. OLE color: 8074890.

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

Color convert

RGB13854123-
CMYK00.610.110.46
HSL310.71º43.75%37.65%-
HSV(B)310.71º60.87%54.12%-
XYZ15.389.4719.76-
YUV86.98148.33164.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=43.81%
G=17.14%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385412300.610.110.46310.7143.7537.65
Hex8A367B03DB2E1372c26
Octal2126617307513564675446
Binary10001010110110111101101111011011101110100110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,54,123); }

 H1.HeaderClassName
 {
   color: #8A367B;
 }
 .AnyTagClassName
 {
   color: #8A367B;
 }
</style>
background-color css

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

 a { background-color: rgb(138,54,123); }

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

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

 span { border-color: rgb(138,54,123); }

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