Html Css Color HEX #910750 Jazzberry Jam

📋 copy color: '#910750'

red 145 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #910750

Tints of Jazzberry Jam #910750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 62.5%
G = 3.02%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#910750 (or 0x910750) is known color: Jazzberry Jam. HEX triplet: 91, 07 and 50. RGB value is (145,7,80). Sum of RGB (Red+Green+Blue) = 145+7+80=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #910750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910750 is #6EF8AF. Grayscale: #383838. Windows color (decimal): -7272624 or 5244817. OLE color: 5244817.

HSL color Cylindrical-coordinate representation of color #910750: hue angle of 328.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910750 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 80 -
CMYK 0 0.95 0.45 0.43
HSL 328.26º 0.91% 0.3% -
HSV(B) 328.26º 0.95% 0.57% -
XYZ 13.2 6.75 8.2 -
YUV 56.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 145 7 80 0 0.95 0.45 0.43 328.26 0.91 0.3
Hex 91 7 50 0 5F 2D 2B 148 5B 1E
Octal 221 7 120 0 137 55 53 510 133 36
Binary 10010001 111 1010000 0 1011111 101101 101011 101001000 1011011 11110

Color Harmonies of #910750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910750

Black with #910750

Text Example


Text Example

White with #910750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910750; }

 p { color: rgb(145,7,80); }

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

background-color css

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

 a { background-color: rgb(145,7,80); }

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

border-color css

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

 span { border-color: rgb(145,7,80); }

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