#9A0851

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

Shades of Jazzberry Jam #9A0851

Tints of Jazzberry Jam #9A0851

Color information

#9A0851 (or 0x9A0851) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 08 and 51. RGB value is (154,8,81). Sum of RGB (Red+Green+Blue) = 154+8+81=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0851 is #65F7AE. Grayscale: #3B3B3B. Windows color (decimal): -6682543 or 5310618. OLE color: 5310618.

HSL color Cylindrical-coordinate representation of color #9A0851: hue angle of 330º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0851 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB154881-
CMYK00.950.470.40
HSL330º90.12%31.76%-
HSV(B)330º94.81%60.39%-
XYZ14.97.648.47-
YUV59.98139.87195.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=63.37%
G=3.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15488100.950.470.4033090.1231.76
Hex9A85105F2F2814a5a20
Octal232101210137575051213240
Binary1001101010001010001010111111011111010001010010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,8,81); }

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

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

 a { background-color: rgb(154,8,81); }

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

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

 span { border-color: rgb(154,8,81); }

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