Html Css Color HEX #8F0E58 Jazzberry Jam

📋 copy color: '#8F0E58'

red 143 ◦ green 14 ◦ blue 88

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

Shades of Jazzberry Jam #8F0E58

Tints of Jazzberry Jam #8F0E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 58.37%
G = 5.71%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F0E58 (or 0x8F0E58) is known color: Jazzberry Jam. HEX triplet: 8F, 0E and 58. RGB value is (143,14,88). Sum of RGB (Red+Green+Blue) = 143+14+88=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E58 is #70F1A7. Grayscale: #3C3C3C. Windows color (decimal): -7401896 or 5770895. OLE color: 5770895.

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

Color convert

RGB 143 14 88 -
CMYK 0 0.90 0.38 0.44
HSL 325.58º 0.82% 0.31% -
HSV(B) 325.58º 0.9% 0.56% -
XYZ 13.25 6.86 9.86 -
YUV 61.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 143 14 88 0 0.90 0.38 0.44 325.58 0.82 0.31
Hex 8F E 58 0 5A 26 2C 146 52 1F
Octal 217 16 130 0 132 46 54 506 122 37
Binary 10001111 1110 1011000 0 1011010 100110 101100 101000110 1010010 11111

Color Harmonies of #8F0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E58

Black with #8F0E58

Text Example


Text Example

White with #8F0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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