Html Css Color HEX #8F024B Jazzberry Jam

📋 copy color: '#8F024B'

red 143 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #8F024B

Tints of Jazzberry Jam #8F024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 65%
G = 0.91%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F024B (or 0x8F024B) is known color: Jazzberry Jam. HEX triplet: 8F, 02 and 4B. RGB value is (143,2,75). Sum of RGB (Red+Green+Blue) = 143+2+75=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F024B is #70FDB4. Grayscale: #343434. Windows color (decimal): -7404981 or 4915855. OLE color: 4915855.

HSL color Cylindrical-coordinate representation of color #8F024B: hue angle of 328.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F024B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 75 -
CMYK 0 0.99 0.48 0.44
HSL 328.94º 0.97% 0.28% -
HSV(B) 328.94º 0.99% 0.56% -
XYZ 12.62 6.39 7.23 -
YUV 52.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 143 2 75 0 0.99 0.48 0.44 328.94 0.97 0.28
Hex 8F 2 4B 0 63 30 2C 149 61 1C
Octal 217 2 113 0 143 60 54 511 141 34
Binary 10001111 10 1001011 0 1100011 110000 101100 101001001 1100001 11100

Color Harmonies of #8F024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F024B

Black with #8F024B

Text Example


Text Example

White with #8F024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,2,75); }

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

background-color css

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

 a { background-color: rgb(143,2,75); }

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

border-color css

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

 span { border-color: rgb(143,2,75); }

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