Html Css Color HEX #981055 Jazzberry Jam

📋 copy color: '#981055'

red 152 ◦ green 16 ◦ blue 85

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

Shades of Jazzberry Jam #981055

Tints of Jazzberry Jam #981055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 60.08%
G = 6.32%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#981055 (or 0x981055) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 55. RGB value is (152,16,85). Sum of RGB (Red+Green+Blue) = 152+16+85=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #981055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981055 is #67EFAA. Grayscale: #404040. Windows color (decimal): -6811563 or 5574808. OLE color: 5574808.

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

Color convert

RGB 152 16 85 -
CMYK 0 0.89 0.44 0.40
HSL 329.56º 0.81% 0.33% -
HSV(B) 329.56º 0.89% 0.6% -
XYZ 14.77 7.7 9.3 -
YUV 64.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 152 16 85 0 0.89 0.44 0.40 329.56 0.81 0.33
Hex 98 10 55 0 59 2C 28 14A 51 21
Octal 230 20 125 0 131 54 50 512 121 41
Binary 10011000 10000 1010101 0 1011001 101100 101000 101001010 1010001 100001

Color Harmonies of #981055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981055

Black with #981055

Text Example


Text Example

White with #981055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981055; }

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

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

background-color css

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

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

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

border-color css

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

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

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