#9B035A

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

Shades of Jazzberry Jam #9B035A

Tints of Jazzberry Jam #9B035A

Color information

#9B035A (or 0x9B035A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 03 and 5A. RGB value is (155,3,90). Sum of RGB (Red+Green+Blue) = 155+3+90=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B035A is #64FCA5. Grayscale: #3A3A3A. Windows color (decimal): -6618278 or 5899163. OLE color: 5899163.

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

Color convert

RGB155390-
CMYK00.980.420.39
HSL325.66º96.2%30.98%-
HSV(B)325.66º98.06%60.78%-
XYZ15.47.7710.36-
YUV58.37145.86196.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=62.5%
G=1.21%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15539000.980.420.39325.6696.230.98
Hex9B35A0622A27146601f
Octal23331320142524750614037
Binary1001101111101101001100010101010100111101000110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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