Html Css Color HEX #8D0F4E Jazzberry Jam

📋 copy color: '#8D0F4E'

red 141 ◦ green 15 ◦ blue 78

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

Shades of Jazzberry Jam #8D0F4E

Tints of Jazzberry Jam #8D0F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 60.26%
G = 6.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D0F4E (or 0x8D0F4E) is known color: Jazzberry Jam. HEX triplet: 8D, 0F and 4E. RGB value is (141,15,78). Sum of RGB (Red+Green+Blue) = 141+15+78=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F4E is #72F0B1. Grayscale: #3B3B3B. Windows color (decimal): -7532722 or 5115789. OLE color: 5115789.

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

Color convert

RGB 141 15 78 -
CMYK 0 0.89 0.45 0.45
HSL 330º 0.81% 0.31% -
HSV(B) 330º 0.89% 0.55% -
XYZ 12.53 6.55 7.81 -
YUV 59.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 141 15 78 0 0.89 0.45 0.45 330 0.81 0.31
Hex 8D F 4E 0 59 2D 2D 14A 51 1F
Octal 215 17 116 0 131 55 55 512 121 37
Binary 10001101 1111 1001110 0 1011001 101101 101101 101001010 1010001 11111

Color Harmonies of #8D0F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0F4E

Black with #8D0F4E

Text Example


Text Example

White with #8D0F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,15,78); }

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

background-color css

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

 a { background-color: rgb(141,15,78); }

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

border-color css

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

 span { border-color: rgb(141,15,78); }

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