Html Css Color HEX #8C0142 Jazzberry Jam

📋 copy color: '#8C0142'

red 140 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #8C0142

Tints of Jazzberry Jam #8C0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 67.63%
G = 0.48%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8C0142 (or 0x8C0142) is known color: Jazzberry Jam. HEX triplet: 8C, 01 and 42. RGB value is (140,1,66). Sum of RGB (Red+Green+Blue) = 140+1+66=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0142 is #73FEBD. Grayscale: #313131. Windows color (decimal): -7601854 or 4325772. OLE color: 4325772.

HSL color Cylindrical-coordinate representation of color #8C0142: hue angle of 331.94º 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 #8C0142 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 66 -
CMYK 0 0.99 0.53 0.45
HSL 331.94º 0.99% 0.28% -
HSV(B) 331.94º 0.99% 0.55% -
XYZ 11.81 5.99 5.69 -
YUV 49.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 140 1 66 0 0.99 0.53 0.45 331.94 0.99 0.28
Hex 8C 1 42 0 63 35 2D 14C 63 1C
Octal 214 1 102 0 143 65 55 514 143 34
Binary 10001100 1 1000010 0 1100011 110101 101101 101001100 1100011 11100

Color Harmonies of #8C0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0142

Black with #8C0142

Text Example


Text Example

White with #8C0142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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