Html Css Color HEX #8F1052 Jazzberry Jam

📋 copy color: '#8F1052'

red 143 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #8F1052

Tints of Jazzberry Jam #8F1052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 59.34%
G = 6.64%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F1052 (or 0x8F1052) is known color: Jazzberry Jam. HEX triplet: 8F, 10 and 52. RGB value is (143,16,82). Sum of RGB (Red+Green+Blue) = 143+16+82=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1052 is #70EFAD. Grayscale: #3D3D3D. Windows color (decimal): -7401390 or 5378191. OLE color: 5378191.

HSL color Cylindrical-coordinate representation of color #8F1052: hue angle of 328.82º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1052 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 16 82 -
CMYK 0 0.89 0.43 0.44
HSL 328.82º 0.8% 0.31% -
HSV(B) 328.82º 0.89% 0.56% -
XYZ 13.04 6.82 8.61 -
YUV 61.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 143 16 82 0 0.89 0.43 0.44 328.82 0.8 0.31
Hex 8F 10 52 0 59 2B 2C 149 50 1F
Octal 217 20 122 0 131 53 54 511 120 37
Binary 10001111 10000 1010010 0 1011001 101011 101100 101001001 1010000 11111

Color Harmonies of #8F1052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1052

Black with #8F1052

Text Example


Text Example

White with #8F1052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,16,82); }

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

background-color css

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

 a { background-color: rgb(143,16,82); }

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

border-color css

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

 span { border-color: rgb(143,16,82); }

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