Html Css Color HEX #8D084C Jazzberry Jam

📋 copy color: '#8D084C'

red 141 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #8D084C

Tints of Jazzberry Jam #8D084C

RGB

 RED value IS 141 (55.47% from 255) = 62.67%

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 62.67%
G = 3.56%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D084C (or 0x8D084C) is known color: Jazzberry Jam. HEX triplet: 8D, 08 and 4C. RGB value is (141,8,76). Sum of RGB (Red+Green+Blue) = 141+8+76=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D084C is #72F7B3. Grayscale: #373737. Windows color (decimal): -7534516 or 4982925. OLE color: 4982925.

HSL color Cylindrical-coordinate representation of color #8D084C: hue angle of 329.32º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D084C is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 8 76 -
CMYK 0 0.94 0.46 0.45
HSL 329.32º 0.89% 0.29% -
HSV(B) 329.32º 0.94% 0.55% -
XYZ 12.38 6.36 7.41 -
YUV 55.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 141 8 76 0 0.94 0.46 0.45 329.32 0.89 0.29
Hex 8D 8 4C 0 5E 2E 2D 149 59 1D
Octal 215 10 114 0 136 56 55 511 131 35
Binary 10001101 1000 1001100 0 1011110 101110 101101 101001001 1011001 11101

Color Harmonies of #8D084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D084C

Black with #8D084C

Text Example


Text Example

White with #8D084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D084C; }

 p { color: rgb(141,8,76); }

 H1.HeaderClassName
 {
   color: #8D084C;
 }
 .AnyTagClassName
 {
   color: #8D084C;
 }
</style>

background-color css

<style>
 a { background-color: #8D084C; }

 a { background-color: rgb(141,8,76); }

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

border-color css

<style>
 span { border-color: #8D084C; }

 span { border-color: rgb(141,8,76); }

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