Html Css Color HEX #8D165B Jazzberry Jam

📋 copy color: '#8D165B'

red 141 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #8D165B

Tints of Jazzberry Jam #8D165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 55.51%
G = 8.66%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D165B (or 0x8D165B) is known color: Jazzberry Jam. HEX triplet: 8D, 16 and 5B. RGB value is (141,22,91). Sum of RGB (Red+Green+Blue) = 141+22+91=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D165B is #72E9A4. Grayscale: #414141. Windows color (decimal): -7530917 or 5969549. OLE color: 5969549.

HSL color Cylindrical-coordinate representation of color #8D165B: hue angle of 325.21º degrees, saturation: 0.73, 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 #8D165B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 22 91 -
CMYK 0 0.84 0.35 0.45
HSL 325.21º 0.73% 0.32% -
HSV(B) 325.21º 0.84% 0.55% -
XYZ 13.16 6.99 10.55 -
YUV 65.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 141 22 91 0 0.84 0.35 0.45 325.21 0.73 0.32
Hex 8D 16 5B 0 54 23 2D 145 49 20
Octal 215 26 133 0 124 43 55 505 111 40
Binary 10001101 10110 1011011 0 1010100 100011 101101 101000101 1001001 100000

Color Harmonies of #8D165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D165B

Black with #8D165B

Text Example


Text Example

White with #8D165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,22,91); }

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

background-color css

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

 a { background-color: rgb(141,22,91); }

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

border-color css

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

 span { border-color: rgb(141,22,91); }

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