#8A307A

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

Shades of Dark Purple #8A307A

Tints of Dark Purple #8A307A

Color information

#8A307A (or 0x8A307A) is unknown color: approx Dark Purple. HEX triplet: 8A, 30 and 7A. RGB value is (138,48,122). Sum of RGB (Red+Green+Blue) = 138+48+122=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A307A is #75CF85. Grayscale: #535353. Windows color (decimal): -7720838 or 8007818. OLE color: 8007818.

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

Color convert

RGB13848122-
CMYK00.650.120.46
HSL310.67º48.39%36.47%-
HSV(B)310.67º65.22%54.12%-
XYZ15.058.9219.34-
YUV83.35149.82166.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=44.81%
G=15.58%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384812200.650.120.46310.6748.3936.47
Hex8A307A041C2E1373024
Octal21260172010114564676044
Binary100010101100001111010010000011100101110100110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,48,122); }

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

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

 a { background-color: rgb(138,48,122); }

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

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

 span { border-color: rgb(138,48,122); }

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