#9A034A

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

Shades of Jazzberry Jam #9A034A

Tints of Jazzberry Jam #9A034A

Color information

#9A034A (or 0x9A034A) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 03 and 4A. RGB value is (154,3,74). Sum of RGB (Red+Green+Blue) = 154+3+74=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A034A is #65FCB5. Grayscale: #383838. Windows color (decimal): -6683830 or 4850586. OLE color: 4850586.

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

Color convert

RGB154374-
CMYK00.980.520.40
HSL331.79º96.18%30.78%-
HSV(B)331.79º98.05%60.39%-
XYZ14.67.437.14-
YUV56.24138.03197.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=66.67%
G=1.30%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15437400.980.520.40331.7996.1830.78
Hex9A34A062342814c601f
Octal23231120142645051414037
Binary1001101011100101001100010110100101000101001100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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