Html Css Color HEX #8C084E Jazzberry Jam

📋 copy color: '#8C084E'

red 140 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #8C084E

Tints of Jazzberry Jam #8C084E

RGB

 RED value IS 140 (55.08% from 255) = 61.95%

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 61.95%
G = 3.54%
B = 34.51%

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

#8C084E (or 0x8C084E) is known color: Jazzberry Jam. HEX triplet: 8C, 08 and 4E. RGB value is (140,8,78). Sum of RGB (Red+Green+Blue) = 140+8+78=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C084E is #73F7B1. Grayscale: #373737. Windows color (decimal): -7600050 or 5113996. OLE color: 5113996.

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

Color convert

RGB 140 8 78 -
CMYK 0 0.94 0.44 0.45
HSL 328.18º 0.89% 0.29% -
HSV(B) 328.18º 0.94% 0.55% -
XYZ 12.28 6.3 7.78 -
YUV 55.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 140 8 78 0 0.94 0.44 0.45 328.18 0.89 0.29
Hex 8C 8 4E 0 5E 2C 2D 148 59 1D
Octal 214 10 116 0 136 54 55 510 131 35
Binary 10001100 1000 1001110 0 1011110 101100 101101 101001000 1011001 11101

Color Harmonies of #8C084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C084E

Black with #8C084E

Text Example


Text Example

White with #8C084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,78); }

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

background-color css

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

 a { background-color: rgb(140,8,78); }

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

border-color css

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

 span { border-color: rgb(140,8,78); }

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