Html Css Color HEX #980256 Jazzberry Jam

📋 copy color: '#980256'

red 152 ◦ green 2 ◦ blue 86

#980256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #980256

Tints of Jazzberry Jam #980256

RGB

 RED value IS 152 (59.77% from 255) = 63.33%

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 63.33%
G = 0.83%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#980256 (or 0x980256) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 56. RGB value is (152,2,86). Sum of RGB (Red+Green+Blue) = 152+2+86=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #980256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980256 is #67FDA9. Grayscale: #383838. Windows color (decimal): -6815146 or 5636760. OLE color: 5636760.

HSL color Cylindrical-coordinate representation of color #980256: hue angle of 326.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980256 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 86 -
CMYK 0 0.99 0.43 0.40
HSL 326.4º 0.97% 0.3% -
HSV(B) 326.4º 0.99% 0.6% -
XYZ 14.65 7.39 9.46 -
YUV 56.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 152 2 86 0 0.99 0.43 0.40 326.4 0.97 0.3
Hex 98 2 56 0 63 2B 28 146 61 1E
Octal 230 2 126 0 143 53 50 506 141 36
Binary 10011000 10 1010110 0 1100011 101011 101000 101000110 1100001 11110

Color Harmonies of #980256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980256

Black with #980256

Text Example


Text Example

White with #980256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980256; }

 p { color: rgb(152,2,86); }

 H1.HeaderClassName
 {
   color: #980256;
 }
 .AnyTagClassName
 {
   color: #980256;
 }
</style>

background-color css

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

 a { background-color: rgb(152,2,86); }

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

border-color css

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

 span { border-color: rgb(152,2,86); }

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