Html Css Color HEX #8F0F4A Jazzberry Jam

📋 copy color: '#8F0F4A'

red 143 ◦ green 15 ◦ blue 74

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

Shades of Jazzberry Jam #8F0F4A

Tints of Jazzberry Jam #8F0F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.47%

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

R = 61.64%
G = 6.47%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F0F4A (or 0x8F0F4A) is known color: Jazzberry Jam. HEX triplet: 8F, 0F and 4A. RGB value is (143,15,74). Sum of RGB (Red+Green+Blue) = 143+15+74=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0F4A is #70F0B5. Grayscale: #3B3B3B. Windows color (decimal): -7401654 or 4853647. OLE color: 4853647.

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

Color convert

RGB 143 15 74 -
CMYK 0 0.90 0.48 0.44
HSL 332.34º 0.81% 0.31% -
HSV(B) 332.34º 0.9% 0.56% -
XYZ 12.73 6.68 7.1 -
YUV 60 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 143 15 74 0 0.90 0.48 0.44 332.34 0.81 0.31
Hex 8F F 4A 0 5A 30 2C 14C 51 1F
Octal 217 17 112 0 132 60 54 514 121 37
Binary 10001111 1111 1001010 0 1011010 110000 101100 101001100 1010001 11111

Color Harmonies of #8F0F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F4A

Black with #8F0F4A

Text Example


Text Example

White with #8F0F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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