#9D1A6B

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

Shades of Jazzberry Jam #9D1A6B

Tints of Jazzberry Jam #9D1A6B

Color information

#9D1A6B (or 0x9D1A6B) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 1A and 6B. RGB value is (157,26,107). Sum of RGB (Red+Green+Blue) = 157+26+107=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A6B is #62E594. Grayscale: #4A4A4A. Windows color (decimal): -6481301 or 7019165. OLE color: 7019165.

HSL color Cylindrical-coordinate representation of color #9D1A6B: hue angle of 322.9º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1A6B is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15726107-
CMYK00.830.320.38
HSL322.9º71.58%35.88%-
HSV(B)322.9º83.44%61.57%-
XYZ16.938.9714.75-
YUV74.4146.4186.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=54.14%
G=8.97%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572610700.830.320.38322.971.5835.88
Hex9D1A6B05320261434824
Octal235321530123404650311044
Binary10011101110101101011010100111000001001101010000111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,26,107); }

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

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

 a { background-color: rgb(157,26,107); }

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

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

 span { border-color: rgb(157,26,107); }

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