Html Css Color HEX #8F034A Jazzberry Jam

📋 copy color: '#8F034A'

red 143 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #8F034A

Tints of Jazzberry Jam #8F034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 65%
G = 1.36%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F034A (or 0x8F034A) is known color: Jazzberry Jam. HEX triplet: 8F, 03 and 4A. RGB value is (143,3,74). Sum of RGB (Red+Green+Blue) = 143+3+74=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F034A is #70FCB5. Grayscale: #343434. Windows color (decimal): -7404726 or 4850575. OLE color: 4850575.

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

Color convert

RGB 143 3 74 -
CMYK 0 0.98 0.48 0.44
HSL 329.57º 0.96% 0.29% -
HSV(B) 329.57º 0.98% 0.56% -
XYZ 12.6 6.4 7.05 -
YUV 52.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 143 3 74 0 0.98 0.48 0.44 329.57 0.96 0.29
Hex 8F 3 4A 0 62 30 2C 14A 60 1D
Octal 217 3 112 0 142 60 54 512 140 35
Binary 10001111 11 1001010 0 1100010 110000 101100 101001010 1100000 11101

Color Harmonies of #8F034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F034A

Black with #8F034A

Text Example


Text Example

White with #8F034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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