Html Css Color HEX #98094C Jazzberry Jam

📋 copy color: '#98094C'

red 152 ◦ green 9 ◦ blue 76

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

Shades of Jazzberry Jam #98094C

Tints of Jazzberry Jam #98094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 64.14%
G = 3.8%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98094C (or 0x98094C) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 4C. RGB value is (152,9,76). Sum of RGB (Red+Green+Blue) = 152+9+76=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #98094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98094C is #67F6B3. Grayscale: #3B3B3B. Windows color (decimal): -6813364 or 4983192. OLE color: 4983192.

HSL color Cylindrical-coordinate representation of color #98094C: hue angle of 331.89º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98094C is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 76 -
CMYK 0 0.94 0.50 0.40
HSL 331.89º 0.89% 0.32% -
HSV(B) 331.89º 0.94% 0.6% -
XYZ 14.35 7.39 7.51 -
YUV 59.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 152 9 76 0 0.94 0.50 0.40 331.89 0.89 0.32
Hex 98 9 4C 0 5E 32 28 14C 59 20
Octal 230 11 114 0 136 62 50 514 131 40
Binary 10011000 1001 1001100 0 1011110 110010 101000 101001100 1011001 100000

Color Harmonies of #98094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98094C

Black with #98094C

Text Example


Text Example

White with #98094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,9,76); }

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

background-color css

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

 a { background-color: rgb(152,9,76); }

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

border-color css

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

 span { border-color: rgb(152,9,76); }

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