#9B075E

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

Shades of Jazzberry Jam #9B075E

Tints of Jazzberry Jam #9B075E

Color information

#9B075E (or 0x9B075E) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 07 and 5E. RGB value is (155,7,94). Sum of RGB (Red+Green+Blue) = 155+7+94=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B075E is #64F8A1. Grayscale: #3C3C3C. Windows color (decimal): -6617250 or 6162331. OLE color: 6162331.

HSL color Cylindrical-coordinate representation of color #9B075E: hue angle of 324.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B075E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB155794-
CMYK00.950.390.39
HSL324.73º91.36%31.76%-
HSV(B)324.73º95.48%60.78%-
XYZ15.617.9311.3-
YUV61.17146.53194.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=60.55%
G=2.73%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15579400.950.390.39324.7391.3631.76
Hex9B75E05F27271455b20
Octal23371360137474750513340
Binary100110111111011110010111111001111001111010001011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,7,94); }

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

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

 a { background-color: rgb(155,7,94); }

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

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

 span { border-color: rgb(155,7,94); }

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