Html Css Color HEX #8F0E52 Jazzberry Jam

📋 copy color: '#8F0E52'

red 143 ◦ green 14 ◦ blue 82

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

Shades of Jazzberry Jam #8F0E52

Tints of Jazzberry Jam #8F0E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

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

R = 59.83%
G = 5.86%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F0E52 (or 0x8F0E52) is known color: Jazzberry Jam. HEX triplet: 8F, 0E and 52. RGB value is (143,14,82). Sum of RGB (Red+Green+Blue) = 143+14+82=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E52 is #70F1AD. Grayscale: #3C3C3C. Windows color (decimal): -7401902 or 5377679. OLE color: 5377679.

HSL color Cylindrical-coordinate representation of color #8F0E52: hue angle of 328.37º degrees, saturation: 0.82, 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 #8F0E52 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 82 -
CMYK 0 0.90 0.43 0.44
HSL 328.37º 0.82% 0.31% -
HSV(B) 328.37º 0.9% 0.56% -
XYZ 13.01 6.76 8.6 -
YUV 60.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 143 14 82 0 0.90 0.43 0.44 328.37 0.82 0.31
Hex 8F E 52 0 5A 2B 2C 148 52 1F
Octal 217 16 122 0 132 53 54 510 122 37
Binary 10001111 1110 1010010 0 1011010 101011 101100 101001000 1010010 11111

Color Harmonies of #8F0E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E52

Black with #8F0E52

Text Example


Text Example

White with #8F0E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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