Html Css Color HEX #8D135A Jazzberry Jam

📋 copy color: '#8D135A'

red 141 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #8D135A

Tints of Jazzberry Jam #8D135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36%

R = 56.4%
G = 7.6%
B = 36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D135A (or 0x8D135A) is known color: Jazzberry Jam. HEX triplet: 8D, 13 and 5A. RGB value is (141,19,90). Sum of RGB (Red+Green+Blue) = 141+19+90=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D135A is #72ECA5. Grayscale: #3F3F3F. Windows color (decimal): -7531686 or 5903245. OLE color: 5903245.

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

Color convert

RGB 141 19 90 -
CMYK 0 0.87 0.36 0.45
HSL 325.08º 0.76% 0.31% -
HSV(B) 325.08º 0.87% 0.55% -
XYZ 13.06 6.87 10.31 -
YUV 63.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 141 19 90 0 0.87 0.36 0.45 325.08 0.76 0.31
Hex 8D 13 5A 0 57 24 2D 145 4C 1F
Octal 215 23 132 0 127 44 55 505 114 37
Binary 10001101 10011 1011010 0 1010111 100100 101101 101000101 1001100 11111

Color Harmonies of #8D135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D135A

Black with #8D135A

Text Example


Text Example

White with #8D135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,19,90); }

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

background-color css

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

 a { background-color: rgb(141,19,90); }

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

border-color css

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

 span { border-color: rgb(141,19,90); }

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