Html Css Color HEX #8D094F Jazzberry Jam

📋 copy color: '#8D094F'

red 141 ◦ green 9 ◦ blue 79

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

Shades of Jazzberry Jam #8D094F

Tints of Jazzberry Jam #8D094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 61.57%
G = 3.93%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D094F (or 0x8D094F) is known color: Jazzberry Jam. HEX triplet: 8D, 09 and 4F. RGB value is (141,9,79). Sum of RGB (Red+Green+Blue) = 141+9+79=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D094F is #72F6B0. Grayscale: #383838. Windows color (decimal): -7534257 or 5179789. OLE color: 5179789.

HSL color Cylindrical-coordinate representation of color #8D094F: hue angle of 328.18º degrees, saturation: 0.88, 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 #8D094F is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 79 -
CMYK 0 0.94 0.44 0.45
HSL 328.18º 0.88% 0.29% -
HSV(B) 328.18º 0.94% 0.55% -
XYZ 12.49 6.42 7.98 -
YUV 56.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 141 9 79 0 0.94 0.44 0.45 328.18 0.88 0.29
Hex 8D 9 4F 0 5E 2C 2D 148 58 1D
Octal 215 11 117 0 136 54 55 510 130 35
Binary 10001101 1001 1001111 0 1011110 101100 101101 101001000 1011000 11101

Color Harmonies of #8D094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D094F

Black with #8D094F

Text Example


Text Example

White with #8D094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,9,79); }

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

background-color css

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

 a { background-color: rgb(141,9,79); }

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

border-color css

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

 span { border-color: rgb(141,9,79); }

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