Html Css Color HEX #98165D Jazzberry Jam

📋 copy color: '#98165D'

red 152 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #98165D

Tints of Jazzberry Jam #98165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 56.93%
G = 8.24%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98165D (or 0x98165D) is known color: Jazzberry Jam. HEX triplet: 98, 16 and 5D. RGB value is (152,22,93). Sum of RGB (Red+Green+Blue) = 152+22+93=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98165D is #67E9A2. Grayscale: #444444. Windows color (decimal): -6810019 or 6100632. OLE color: 6100632.

HSL color Cylindrical-coordinate representation of color #98165D: hue angle of 327.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98165D is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 93 -
CMYK 0 0.86 0.39 0.40
HSL 327.23º 0.75% 0.34% -
HSV(B) 327.23º 0.86% 0.6% -
XYZ 15.21 8.04 11.11 -
YUV 68.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 152 22 93 0 0.86 0.39 0.40 327.23 0.75 0.34
Hex 98 16 5D 0 56 27 28 147 4B 22
Octal 230 26 135 0 126 47 50 507 113 42
Binary 10011000 10110 1011101 0 1010110 100111 101000 101000111 1001011 100010

Color Harmonies of #98165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98165D

Black with #98165D

Text Example


Text Example

White with #98165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98165D; }

 p { color: rgb(152,22,93); }

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

background-color css

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

 a { background-color: rgb(152,22,93); }

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

border-color css

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

 span { border-color: rgb(152,22,93); }

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