Html Css Color HEX #8F0951 Jazzberry Jam

📋 copy color: '#8F0951'

red 143 ◦ green 9 ◦ blue 81

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

Shades of Jazzberry Jam #8F0951

Tints of Jazzberry Jam #8F0951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 61.37%
G = 3.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F0951 (or 0x8F0951) is known color: Jazzberry Jam. HEX triplet: 8F, 09 and 51. RGB value is (143,9,81). Sum of RGB (Red+Green+Blue) = 143+9+81=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0951 is #70F6AE. Grayscale: #393939. Windows color (decimal): -7403183 or 5310863. OLE color: 5310863.

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

Color convert

RGB 143 9 81 -
CMYK 0 0.94 0.43 0.44
HSL 327.76º 0.88% 0.3% -
HSV(B) 327.76º 0.94% 0.56% -
XYZ 12.91 6.63 8.38 -
YUV 57.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 143 9 81 0 0.94 0.43 0.44 327.76 0.88 0.3
Hex 8F 9 51 0 5E 2B 2C 148 58 1E
Octal 217 11 121 0 136 53 54 510 130 36
Binary 10001111 1001 1010001 0 1011110 101011 101100 101001000 1011000 11110

Color Harmonies of #8F0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0951

Black with #8F0951

Text Example


Text Example

White with #8F0951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,81); }

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

background-color css

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

 a { background-color: rgb(143,9,81); }

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

border-color css

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

 span { border-color: rgb(143,9,81); }

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