Html Css Color HEX #98135C Jazzberry Jam

📋 copy color: '#98135C'

red 152 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #98135C

Tints of Jazzberry Jam #98135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 57.79%
G = 7.22%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98135C (or 0x98135C) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 5C. RGB value is (152,19,92). Sum of RGB (Red+Green+Blue) = 152+19+92=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98135C is #67ECA3. Grayscale: #424242. Windows color (decimal): -6810788 or 6034328. OLE color: 6034328.

HSL color Cylindrical-coordinate representation of color #98135C: hue angle of 327.07º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98135C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 92 -
CMYK 0 0.87 0.39 0.40
HSL 327.07º 0.78% 0.34% -
HSV(B) 327.07º 0.88% 0.6% -
XYZ 15.11 7.91 10.86 -
YUV 67.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 152 19 92 0 0.87 0.39 0.40 327.07 0.78 0.34
Hex 98 13 5C 0 57 27 28 147 4E 22
Octal 230 23 134 0 127 47 50 507 116 42
Binary 10011000 10011 1011100 0 1010111 100111 101000 101000111 1001110 100010

Color Harmonies of #98135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98135C

Black with #98135C

Text Example


Text Example

White with #98135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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