Html Css Color HEX #98185C Jazzberry Jam

📋 copy color: '#98185C'

red 152 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #98185C

Tints of Jazzberry Jam #98185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 56.72%
G = 8.96%
B = 34.33%

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

#98185C (or 0x98185C) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 5C. RGB value is (152,24,92). Sum of RGB (Red+Green+Blue) = 152+24+92=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98185C is #67E7A3. Grayscale: #454545. Windows color (decimal): -6809508 or 6035608. OLE color: 6035608.

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

Color convert

RGB 152 24 92 -
CMYK 0 0.84 0.39 0.40
HSL 328.13º 0.73% 0.35% -
HSV(B) 328.13º 0.84% 0.6% -
XYZ 15.21 8.1 10.89 -
YUV 70.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 152 24 92 0 0.84 0.39 0.40 328.13 0.73 0.35
Hex 98 18 5C 0 54 27 28 148 49 23
Octal 230 30 134 0 124 47 50 510 111 43
Binary 10011000 11000 1011100 0 1010100 100111 101000 101001000 1001001 100011

Color Harmonies of #98185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98185C

Black with #98185C

Text Example


Text Example

White with #98185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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