Html Css Color HEX #981058 Jazzberry Jam

📋 copy color: '#981058'

red 152 ◦ green 16 ◦ blue 88

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

Shades of Jazzberry Jam #981058

Tints of Jazzberry Jam #981058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.38%

R = 59.38%
G = 6.25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#981058 (or 0x981058) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 58. RGB value is (152,16,88). Sum of RGB (Red+Green+Blue) = 152+16+88=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #981058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981058 is #67EFA7. Grayscale: #404040. Windows color (decimal): -6811560 or 5771416. OLE color: 5771416.

HSL color Cylindrical-coordinate representation of color #981058: hue angle of 328.24º 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 #981058 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 88 -
CMYK 0 0.89 0.42 0.40
HSL 328.24º 0.81% 0.33% -
HSV(B) 328.24º 0.89% 0.6% -
XYZ 14.9 7.75 9.94 -
YUV 64.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 152 16 88 0 0.89 0.42 0.40 328.24 0.81 0.33
Hex 98 10 58 0 59 2A 28 148 51 21
Octal 230 20 130 0 131 52 50 510 121 41
Binary 10011000 10000 1011000 0 1011001 101010 101000 101001000 1010001 100001

Color Harmonies of #981058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981058

Black with #981058

Text Example


Text Example

White with #981058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981058; }

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

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

background-color css

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

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

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

border-color css

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

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

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