#9B004E

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

Shades of Jazzberry Jam #9B004E

Tints of Jazzberry Jam #9B004E

Color information

#9B004E (or 0x9B004E) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 00 and 4E. RGB value is (155,0,78). Sum of RGB (Red+Green+Blue) = 155+0+78=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B004E is #64FFB1. Grayscale: #373737. Windows color (decimal): -6619058 or 5111963. OLE color: 5111963.

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

Color convert

RGB155078-
CMYK010.500.39
HSL329.81º100%30.39%-
HSV(B)329.81º100%60.78%-
XYZ14.897.527.87-
YUV55.24140.85199.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=66.52%
G=0%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155078010.500.39329.8110030.39
Hex9B04E064322714a641e
Octal23301160144624751214436
Binary100110110100111001100100110010100111101001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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