Html Css Color HEX #8F014A Jazzberry Jam

📋 copy color: '#8F014A'

red 143 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #8F014A

Tints of Jazzberry Jam #8F014A

RGB

 RED value IS 143 (56.25% from 255) = 65.6%

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 65.6%
G = 0.46%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F014A (or 0x8F014A) is known color: Jazzberry Jam. HEX triplet: 8F, 01 and 4A. RGB value is (143,1,74). Sum of RGB (Red+Green+Blue) = 143+1+74=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F014A is #70FEB5. Grayscale: #333333. Windows color (decimal): -7405238 or 4850063. OLE color: 4850063.

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

Color convert

RGB 143 1 74 -
CMYK 0 0.99 0.48 0.44
HSL 329.15º 0.99% 0.28% -
HSV(B) 329.15º 0.99% 0.56% -
XYZ 12.57 6.36 7.04 -
YUV 51.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 143 1 74 0 0.99 0.48 0.44 329.15 0.99 0.28
Hex 8F 1 4A 0 63 30 2C 149 63 1C
Octal 217 1 112 0 143 60 54 511 143 34
Binary 10001111 1 1001010 0 1100011 110000 101100 101001001 1100011 11100

Color Harmonies of #8F014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F014A

Black with #8F014A

Text Example


Text Example

White with #8F014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,1,74); }

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

background-color css

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

 a { background-color: rgb(143,1,74); }

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

border-color css

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

 span { border-color: rgb(143,1,74); }

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