Html Css Color HEX #8F105A Jazzberry Jam

📋 copy color: '#8F105A'

red 143 ◦ green 16 ◦ blue 90

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

Shades of Jazzberry Jam #8F105A

Tints of Jazzberry Jam #8F105A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 57.43%
G = 6.43%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8F105A (or 0x8F105A) is known color: Jazzberry Jam. HEX triplet: 8F, 10 and 5A. RGB value is (143,16,90). Sum of RGB (Red+Green+Blue) = 143+16+90=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F105A is #70EFA5. Grayscale: #3E3E3E. Windows color (decimal): -7401382 or 5902479. OLE color: 5902479.

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

Color convert

RGB 143 16 90 -
CMYK 0 0.89 0.37 0.44
HSL 325.04º 0.8% 0.31% -
HSV(B) 325.04º 0.89% 0.56% -
XYZ 13.36 6.95 10.31 -
YUV 62.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 143 16 90 0 0.89 0.37 0.44 325.04 0.8 0.31
Hex 8F 10 5A 0 59 25 2C 145 50 1F
Octal 217 20 132 0 131 45 54 505 120 37
Binary 10001111 10000 1011010 0 1011001 100101 101100 101000101 1010000 11111

Color Harmonies of #8F105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F105A

Black with #8F105A

Text Example


Text Example

White with #8F105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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