#9A0B5C

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

Shades of Jazzberry Jam #9A0B5C

Tints of Jazzberry Jam #9A0B5C

Color information

#9A0B5C (or 0x9A0B5C) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 0B and 5C. RGB value is (154,11,92). Sum of RGB (Red+Green+Blue) = 154+11+92=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B5C is #65F4A3. Grayscale: #3E3E3E. Windows color (decimal): -6681764 or 6032282. OLE color: 6032282.

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

Color convert

RGB1541192-
CMYK00.930.400.40
HSL326.01º86.67%32.35%-
HSV(B)326.01º92.86%60.39%-
XYZ15.387.8810.84-
YUV62.99144.38192.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.92%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=59.92%
G=4.28%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154119200.930.400.40326.0186.6732.35
Hex9AB5C05D28281465720
Octal232131340135505050612740
Binary1001101010111011100010111011010001010001010001101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,11,92); }

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

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

 a { background-color: rgb(154,11,92); }

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

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

 span { border-color: rgb(154,11,92); }

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