Html Css Color HEX #910F59 Jazzberry Jam

📋 copy color: '#910F59'

red 145 ◦ green 15 ◦ blue 89

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

Shades of Jazzberry Jam #910F59

Tints of Jazzberry Jam #910F59

RGB

 RED value IS 145 (57.03% from 255) = 58.23%

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 58.23%
G = 6.02%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#910F59 (or 0x910F59) is known color: Jazzberry Jam. HEX triplet: 91, 0F and 59. RGB value is (145,15,89). Sum of RGB (Red+Green+Blue) = 145+15+89=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #910F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F59 is #6EF0A6. Grayscale: #3E3E3E. Windows color (decimal): -7270567 or 5836689. OLE color: 5836689.

HSL color Cylindrical-coordinate representation of color #910F59: hue angle of 325.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F59 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 89 -
CMYK 0 0.90 0.39 0.43
HSL 325.85º 0.81% 0.31% -
HSV(B) 325.85º 0.9% 0.57% -
XYZ 13.65 7.08 10.1 -
YUV 62.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 145 15 89 0 0.90 0.39 0.43 325.85 0.81 0.31
Hex 91 F 59 0 5A 27 2B 146 51 1F
Octal 221 17 131 0 132 47 53 506 121 37
Binary 10010001 1111 1011001 0 1011010 100111 101011 101000110 1010001 11111

Color Harmonies of #910F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F59

Black with #910F59

Text Example


Text Example

White with #910F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F59; }

 p { color: rgb(145,15,89); }

 H1.HeaderClassName
 {
   color: #910F59;
 }
 .AnyTagClassName
 {
   color: #910F59;
 }
</style>

background-color css

<style>
 a { background-color: #910F59; }

 a { background-color: rgb(145,15,89); }

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

border-color css

<style>
 span { border-color: #910F59; }

 span { border-color: rgb(145,15,89); }

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