#8A307E

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

Shades of Dark Purple #8A307E

Tints of Dark Purple #8A307E

Color information

#8A307E (or 0x8A307E) is unknown color: approx Dark Purple. HEX triplet: 8A, 30 and 7E. RGB value is (138,48,126). Sum of RGB (Red+Green+Blue) = 138+48+126=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A307E is #75CF81. Grayscale: #535353. Windows color (decimal): -7720834 or 8269962. OLE color: 8269962.

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

Color convert

RGB13848126-
CMYK00.650.090.46
HSL308º48.39%36.47%-
HSV(B)308º65.22%54.12%-
XYZ15.39.0220.67-
YUV83.8151.82166.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=44.23%
G=15.38%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384812600.650.090.4630848.3936.47
Hex8A307E04192E1343024
Octal21260176010111564646044
Binary100010101100001111110010000011001101110100110100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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