#9A004A

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

Shades of Jazzberry Jam #9A004A

Tints of Jazzberry Jam #9A004A

Color information

#9A004A (or 0x9A004A) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 00 and 4A. RGB value is (154,0,74). Sum of RGB (Red+Green+Blue) = 154+0+74=228 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.54% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 154 - color contains mainly: red. Hex color #9A004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A004A is #65FFB5. Grayscale: #363636. Windows color (decimal): -6684598 or 4849818. OLE color: 4849818.

HSL color Cylindrical-coordinate representation of color #9A004A: hue angle of 331.17º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A004A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB154074-
CMYK010.520.40
HSL331.17º100%30.2%-
HSV(B)331.17º100%60.39%-
XYZ14.567.367.13-
YUV54.48139.02198.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 67.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=67.54%
G=0%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154074010.520.40331.1710030.2
Hex9A04A064342814b641e
Octal23201120144645051314436
Binary100110100100101001100100110100101000101001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A004A; }

 p { color: rgb(154,0,74); }

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

<style>
 a { background-color: #9A004A; }

 a { background-color: rgb(154,0,74); }

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

<style>
 span { border-color: #9A004A; }

 span { border-color: rgb(154,0,74); }

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