Html Css Color HEX #9E1750 Jazzberry Jam

📋 copy color: '#9E1750'

red 158 ◦ green 23 ◦ blue 80

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

Shades of Jazzberry Jam #9E1750

Tints of Jazzberry Jam #9E1750

RGB

 RED value IS 158 (62.11% from 255) = 60.54%

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 60.54%
G = 8.81%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9E1750 (or 0x9E1750) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 50. RGB value is (158,23,80). Sum of RGB (Red+Green+Blue) = 158+23+80=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1750 is #61E8AF. Grayscale: #454545. Windows color (decimal): -6416560 or 5248926. OLE color: 5248926.

HSL color Cylindrical-coordinate representation of color #9E1750: hue angle of 334.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1750 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 23 80 -
CMYK 0 0.85 0.49 0.38
HSL 334.67º 0.75% 0.35% -
HSV(B) 334.67º 0.85% 0.62% -
XYZ 15.85 8.46 8.39 -
YUV 69.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 158 23 80 0 0.85 0.49 0.38 334.67 0.75 0.35
Hex 9E 17 50 0 55 31 26 14F 4B 23
Octal 236 27 120 0 125 61 46 517 113 43
Binary 10011110 10111 1010000 0 1010101 110001 100110 101001111 1001011 100011

Color Harmonies of #9E1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1750

Black with #9E1750

Text Example


Text Example

White with #9E1750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E1750; }

 p { color: rgb(158,23,80); }

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

background-color css

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

 a { background-color: rgb(158,23,80); }

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

border-color css

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

 span { border-color: rgb(158,23,80); }

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