#8A317B

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

Shades of Dark Purple #8A317B

Tints of Dark Purple #8A317B

Color information

#8A317B (or 0x8A317B) is unknown color: approx Dark Purple. HEX triplet: 8A, 31 and 7B. RGB value is (138,49,123). Sum of RGB (Red+Green+Blue) = 138+49+123=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A317B is #75CE84. Grayscale: #535353. Windows color (decimal): -7720581 or 8073610. OLE color: 8073610.

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

Color convert

RGB13849123-
CMYK00.640.110.46
HSL310.11º47.59%36.67%-
HSV(B)310.11º64.49%54.12%-
XYZ15.159.0319.68-
YUV84.05149.99166.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=44.52%
G=15.81%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384912300.640.110.46310.1147.5936.67
Hex8A317B040B2E1363025
Octal21261173010013564666045
Binary100010101100011111011010000001011101110100110110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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