Html Css Color HEX #8F124E Jazzberry Jam

📋 copy color: '#8F124E'

red 143 ◦ green 18 ◦ blue 78

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

Shades of Jazzberry Jam #8F124E

Tints of Jazzberry Jam #8F124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 59.83%
G = 7.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F124E (or 0x8F124E) is known color: Jazzberry Jam. HEX triplet: 8F, 12 and 4E. RGB value is (143,18,78). Sum of RGB (Red+Green+Blue) = 143+18+78=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F124E is #70EDB1. Grayscale: #3E3E3E. Windows color (decimal): -7400882 or 5116559. OLE color: 5116559.

HSL color Cylindrical-coordinate representation of color #8F124E: hue angle of 331.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F124E is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 18 78 -
CMYK 0 0.87 0.45 0.44
HSL 331.2º 0.78% 0.32% -
HSV(B) 331.2º 0.87% 0.56% -
XYZ 12.92 6.82 7.84 -
YUV 62.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 143 18 78 0 0.87 0.45 0.44 331.2 0.78 0.32
Hex 8F 12 4E 0 57 2D 2C 14B 4E 20
Octal 217 22 116 0 127 55 54 513 116 40
Binary 10001111 10010 1001110 0 1010111 101101 101100 101001011 1001110 100000

Color Harmonies of #8F124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F124E

Black with #8F124E

Text Example


Text Example

White with #8F124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,18,78); }

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

background-color css

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

 a { background-color: rgb(143,18,78); }

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

border-color css

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

 span { border-color: rgb(143,18,78); }

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