#8A0D4D

Color #8A0D4D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8A0D4D

Tints of Jazzberry Jam #8A0D4D

Color information

#8A0D4D (or 0x8A0D4D) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 0D and 4D. RGB value is (138,13,77). Sum of RGB (Red+Green+Blue) = 138+13+77=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D4D is #75F2B2. Grayscale: #393939. Windows color (decimal): -7729843 or 5049738. OLE color: 5049738.

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

Color convert

RGB1381377-
CMYK00.910.440.46
HSL329.28º82.78%29.61%-
HSV(B)329.28º90.58%54.12%-
XYZ11.966.237.59-
YUV57.67138.91185.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.53%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=60.53%
G=5.70%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138137700.910.440.46329.2882.7829.61
Hex8AD4D05B2C2E149531e
Octal212151150133545651112336
Binary100010101101100110101011011101100101110101001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,77); }

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

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

 a { background-color: rgb(138,13,77); }

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

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

 span { border-color: rgb(138,13,77); }

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