#9B084E

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

Shades of Jazzberry Jam #9B084E

Tints of Jazzberry Jam #9B084E

Color information

#9B084E (or 0x9B084E) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 08 and 4E. RGB value is (155,8,78). Sum of RGB (Red+Green+Blue) = 155+8+78=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B084E is #64F7B1. Grayscale: #3B3B3B. Windows color (decimal): -6617010 or 5114011. OLE color: 5114011.

HSL color Cylindrical-coordinate representation of color #9B084E: hue angle of 331.43º degrees, saturation: 0.9, 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 #9B084E is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB155878-
CMYK00.950.500.39
HSL331.43º90.18%31.96%-
HSV(B)331.43º94.84%60.78%-
XYZ14.987.697.9-
YUV59.93138.2195.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.32%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=64.32%
G=3.32%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15587800.950.500.39331.4390.1831.96
Hex9B84E05F322714b5a20
Octal233101160137624751313240
Binary1001101110001001110010111111100101001111010010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,78); }

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

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

 a { background-color: rgb(155,8,78); }

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

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

 span { border-color: rgb(155,8,78); }

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