Html Css Color HEX #98186B Jazzberry Jam

📋 copy color: '#98186B'

red 152 ◦ green 24 ◦ blue 107

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

Shades of Jazzberry Jam #98186B

Tints of Jazzberry Jam #98186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 53.71%
G = 8.48%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98186B (or 0x98186B) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 6B. RGB value is (152,24,107). Sum of RGB (Red+Green+Blue) = 152+24+107=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98186B is #67E794. Grayscale: #474747. Windows color (decimal): -6809493 or 7018648. OLE color: 7018648.

HSL color Cylindrical-coordinate representation of color #98186B: hue angle of 321.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98186B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 107 -
CMYK 0 0.84 0.30 0.40
HSL 321.09º 0.73% 0.35% -
HSV(B) 321.09º 0.84% 0.6% -
XYZ 15.93 8.39 14.69 -
YUV 71.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 152 24 107 0 0.84 0.30 0.40 321.09 0.73 0.35
Hex 98 18 6B 0 54 1E 28 141 49 23
Octal 230 30 153 0 124 36 50 501 111 43
Binary 10011000 11000 1101011 0 1010100 11110 101000 101000001 1001001 100011

Color Harmonies of #98186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98186B

Black with #98186B

Text Example


Text Example

White with #98186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98186B; }

 p { color: rgb(152,24,107); }

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

background-color css

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

 a { background-color: rgb(152,24,107); }

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

border-color css

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

 span { border-color: rgb(152,24,107); }

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