Html Css Color HEX #8F014C Jazzberry Jam

📋 copy color: '#8F014C'

red 143 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #8F014C

Tints of Jazzberry Jam #8F014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 65%
G = 0.45%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F014C (or 0x8F014C) is known color: Jazzberry Jam. HEX triplet: 8F, 01 and 4C. RGB value is (143,1,76). Sum of RGB (Red+Green+Blue) = 143+1+76=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F014C is #70FEB3. Grayscale: #333333. Windows color (decimal): -7405236 or 4981135. OLE color: 4981135.

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

Color convert

RGB 143 1 76 -
CMYK 0 0.99 0.47 0.44
HSL 328.31º 0.99% 0.28% -
HSV(B) 328.31º 0.99% 0.56% -
XYZ 12.64 6.38 7.4 -
YUV 52.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 143 1 76 0 0.99 0.47 0.44 328.31 0.99 0.28
Hex 8F 1 4C 0 63 2F 2C 148 63 1C
Octal 217 1 114 0 143 57 54 510 143 34
Binary 10001111 1 1001100 0 1100011 101111 101100 101001000 1100011 11100

Color Harmonies of #8F014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F014C

Black with #8F014C

Text Example


Text Example

White with #8F014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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