#9A125B

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

Shades of Jazzberry Jam #9A125B

Tints of Jazzberry Jam #9A125B

Color information

#9A125B (or 0x9A125B) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 12 and 5B. RGB value is (154,18,91). Sum of RGB (Red+Green+Blue) = 154+18+91=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A125B is #65EDA4. Grayscale: #424242. Windows color (decimal): -6679973 or 5968538. OLE color: 5968538.

HSL color Cylindrical-coordinate representation of color #9A125B: hue angle of 327.79º 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 #9A125B is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1541891-
CMYK00.880.410.40
HSL327.79º79.07%33.73%-
HSV(B)327.79º88.31%60.39%-
XYZ15.438.0610.64-
YUV66.99141.56190.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=58.56%
G=6.84%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154189100.880.410.40327.7979.0733.73
Hex9A125B05829281484f22
Octal232221330130515051011742
Binary10011010100101011011010110001010011010001010010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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