#9B125A

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

Shades of Jazzberry Jam #9B125A

Tints of Jazzberry Jam #9B125A

Color information

#9B125A (or 0x9B125A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 12 and 5A. RGB value is (155,18,90). Sum of RGB (Red+Green+Blue) = 155+18+90=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B125A is #64EDA5. Grayscale: #434343. Windows color (decimal): -6614438 or 5903003. OLE color: 5903003.

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

Color convert

RGB1551890-
CMYK00.880.420.39
HSL328.47º79.19%33.92%-
HSV(B)328.47º88.39%60.78%-
XYZ15.588.1410.42-
YUV67.17140.89190.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=58.94%
G=6.84%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155189000.880.420.39328.4779.1933.92
Hex9B125A0582A271484f22
Octal233221320130524751011742
Binary10011011100101011010010110001010101001111010010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,18,90); }

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

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

 a { background-color: rgb(155,18,90); }

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

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

 span { border-color: rgb(155,18,90); }

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