#980655

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

Shades of Jazzberry Jam #980655

Tints of Jazzberry Jam #980655

Color information

#980655 (or 0x980655) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 06 and 55. RGB value is (152,6,85). Sum of RGB (Red+Green+Blue) = 152+6+85=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980655 is #67F9AA. Grayscale: #3A3A3A. Windows color (decimal): -6814123 or 5572248. OLE color: 5572248.

HSL color Cylindrical-coordinate representation of color #980655: hue angle of 327.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980655 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB152685-
CMYK00.960.440.40
HSL327.53º92.41%30.98%-
HSV(B)327.53º96.05%59.61%-
XYZ14.657.469.26-
YUV58.66142.87194.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=62.55%
G=2.47%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15268500.960.440.40327.5392.4130.98
Hex986550602C281485c1f
Octal23061250140545051013437
Binary10011000110101010101100000101100101000101001000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980655; }

 p { color: rgb(152,6,85); }

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

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

 a { background-color: rgb(152,6,85); }

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

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

 span { border-color: rgb(152,6,85); }

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