#9A1252

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

Shades of Jazzberry Jam #9A1252

Tints of Jazzberry Jam #9A1252

Color information

#9A1252 (or 0x9A1252) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 12 and 52. RGB value is (154,18,82). Sum of RGB (Red+Green+Blue) = 154+18+82=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1252 is #65EDAD. Grayscale: #414141. Windows color (decimal): -6679982 or 5378714. OLE color: 5378714.

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

Color convert

RGB1541882-
CMYK00.880.470.40
HSL331.76º79.07%33.73%-
HSV(B)331.76º88.31%60.39%-
XYZ15.077.918.72-
YUV65.96137.06190.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.63%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=60.63%
G=7.09%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154188200.880.470.40331.7679.0733.73
Hex9A12520582F2814c4f22
Octal232221220130575051411742
Binary10011010100101010010010110001011111010001010011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,82); }

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

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

 a { background-color: rgb(154,18,82); }

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

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

 span { border-color: rgb(154,18,82); }

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