Html Css Color HEX #910A56 Jazzberry Jam

📋 copy color: '#910A56'

red 145 ◦ green 10 ◦ blue 86

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

Shades of Jazzberry Jam #910A56

Tints of Jazzberry Jam #910A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.15%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 60.17%
G = 4.15%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#910A56 (or 0x910A56) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 56. RGB value is (145,10,86). Sum of RGB (Red+Green+Blue) = 145+10+86=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #910A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A56 is #6EF5A9. Grayscale: #3A3A3A. Windows color (decimal): -7271850 or 5638801. OLE color: 5638801.

HSL color Cylindrical-coordinate representation of color #910A56: hue angle of 326.22º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A56 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 10 86 -
CMYK 0 0.93 0.41 0.43
HSL 326.22º 0.87% 0.3% -
HSV(B) 326.22º 0.93% 0.57% -
XYZ 13.47 6.91 9.43 -
YUV 59.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 145 10 86 0 0.93 0.41 0.43 326.22 0.87 0.3
Hex 91 A 56 0 5D 29 2B 146 57 1E
Octal 221 12 126 0 135 51 53 506 127 36
Binary 10010001 1010 1010110 0 1011101 101001 101011 101000110 1010111 11110

Color Harmonies of #910A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910A56

Black with #910A56

Text Example


Text Example

White with #910A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,10,86); }

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

background-color css

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

 a { background-color: rgb(145,10,86); }

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

border-color css

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

 span { border-color: rgb(145,10,86); }

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