Html Css Color HEX #98185D Jazzberry Jam

📋 copy color: '#98185D'

red 152 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #98185D

Tints of Jazzberry Jam #98185D

RGB

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

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

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

R = 56.51%
G = 8.92%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98185D (or 0x98185D) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 5D. RGB value is (152,24,93). Sum of RGB (Red+Green+Blue) = 152+24+93=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98185D is #67E7A2. Grayscale: #454545. Windows color (decimal): -6809507 or 6101144. OLE color: 6101144.

HSL color Cylindrical-coordinate representation of color #98185D: hue angle of 327.66º 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 #98185D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 93 -
CMYK 0 0.84 0.39 0.40
HSL 327.66º 0.73% 0.35% -
HSV(B) 327.66º 0.84% 0.6% -
XYZ 15.25 8.12 11.12 -
YUV 70.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 152 24 93 0 0.84 0.39 0.40 327.66 0.73 0.35
Hex 98 18 5D 0 54 27 28 148 49 23
Octal 230 30 135 0 124 47 50 510 111 43
Binary 10011000 11000 1011101 0 1010100 100111 101000 101001000 1001001 100011

Color Harmonies of #98185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98185D

Black with #98185D

Text Example


Text Example

White with #98185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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