#9D0258

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

Shades of Jazzberry Jam #9D0258

Tints of Jazzberry Jam #9D0258

Color information

#9D0258 (or 0x9D0258) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 02 and 58. RGB value is (157,2,88). Sum of RGB (Red+Green+Blue) = 157+2+88=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0258 is #62FDA7. Grayscale: #393939. Windows color (decimal): -6487464 or 5767837. OLE color: 5767837.

HSL color Cylindrical-coordinate representation of color #9D0258: hue angle of 326.71º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0258 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB157288-
CMYK00.990.440.38
HSL326.71º97.48%31.18%-
HSV(B)326.71º98.73%61.57%-
XYZ15.697.929.93-
YUV58.15144.85198.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.56%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=63.56%
G=0.81%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15728800.990.440.38326.7197.4831.18
Hex9D2580632C26147611f
Octal23521300143544650714137
Binary1001110110101100001100011101100100110101000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,2,88); }

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

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

 a { background-color: rgb(157,2,88); }

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

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

 span { border-color: rgb(157,2,88); }

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