Html Css Color HEX #8D175A Jazzberry Jam

📋 copy color: '#8D175A'

red 141 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #8D175A

Tints of Jazzberry Jam #8D175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 55.51%
G = 9.06%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D175A (or 0x8D175A) is known color: Jazzberry Jam. HEX triplet: 8D, 17 and 5A. RGB value is (141,23,90). Sum of RGB (Red+Green+Blue) = 141+23+90=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D175A is #72E8A5. Grayscale: #414141. Windows color (decimal): -7530662 or 5904269. OLE color: 5904269.

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

Color convert

RGB 141 23 90 -
CMYK 0 0.84 0.36 0.45
HSL 325.93º 0.72% 0.32% -
HSV(B) 325.93º 0.84% 0.55% -
XYZ 13.14 7.01 10.33 -
YUV 65.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 141 23 90 0 0.84 0.36 0.45 325.93 0.72 0.32
Hex 8D 17 5A 0 54 24 2D 146 48 20
Octal 215 27 132 0 124 44 55 506 110 40
Binary 10001101 10111 1011010 0 1010100 100100 101101 101000110 1001000 100000

Color Harmonies of #8D175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D175A

Black with #8D175A

Text Example


Text Example

White with #8D175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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