Html Css Color HEX #9E1657 Jazzberry Jam

📋 copy color: '#9E1657'

red 158 ◦ green 22 ◦ blue 87

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

Shades of Jazzberry Jam #9E1657

Tints of Jazzberry Jam #9E1657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 87 (34.38% from 255) = 32.58%

R = 59.18%
G = 8.24%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9E1657 (or 0x9E1657) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 57. RGB value is (158,22,87). Sum of RGB (Red+Green+Blue) = 158+22+87=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1657 is #61E9A8. Grayscale: #454545. Windows color (decimal): -6416809 or 5707422. OLE color: 5707422.

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

Color convert

RGB 158 22 87 -
CMYK 0 0.86 0.45 0.38
HSL 331.32º 0.76% 0.35% -
HSV(B) 331.32º 0.86% 0.62% -
XYZ 16.11 8.53 9.81 -
YUV 70.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 158 22 87 0 0.86 0.45 0.38 331.32 0.76 0.35
Hex 9E 16 57 0 56 2D 26 14B 4C 23
Octal 236 26 127 0 126 55 46 513 114 43
Binary 10011110 10110 1010111 0 1010110 101101 100110 101001011 1001100 100011

Color Harmonies of #9E1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1657

Black with #9E1657

Text Example


Text Example

White with #9E1657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,22,87); }

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

background-color css

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

 a { background-color: rgb(158,22,87); }

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

border-color css

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

 span { border-color: rgb(158,22,87); }

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