Html Css Color HEX #8C0143 Jazzberry Jam

📋 copy color: '#8C0143'

red 140 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #8C0143

Tints of Jazzberry Jam #8C0143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 67.31%
G = 0.48%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#8C0143 (or 0x8C0143) is known color: Jazzberry Jam. HEX triplet: 8C, 01 and 43. RGB value is (140,1,67). Sum of RGB (Red+Green+Blue) = 140+1+67=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0143 is #73FEBC. Grayscale: #313131. Windows color (decimal): -7601853 or 4391308. OLE color: 4391308.

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

Color convert

RGB 140 1 67 -
CMYK 0 0.99 0.52 0.45
HSL 331.51º 0.99% 0.28% -
HSV(B) 331.51º 0.99% 0.55% -
XYZ 11.84 6 5.84 -
YUV 50.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 140 1 67 0 0.99 0.52 0.45 331.51 0.99 0.28
Hex 8C 1 43 0 63 34 2D 14C 63 1C
Octal 214 1 103 0 143 64 55 514 143 34
Binary 10001100 1 1000011 0 1100011 110100 101101 101001100 1100011 11100

Color Harmonies of #8C0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0143

Black with #8C0143

Text Example


Text Example

White with #8C0143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,67); }

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

background-color css

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

 a { background-color: rgb(140,1,67); }

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

border-color css

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

 span { border-color: rgb(140,1,67); }

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