Html Css Color HEX #9E165D Jazzberry Jam

📋 copy color: '#9E165D'

red 158 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #9E165D

Tints of Jazzberry Jam #9E165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 57.88%
G = 8.06%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E165D (or 0x9E165D) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 5D. RGB value is (158,22,93). Sum of RGB (Red+Green+Blue) = 158+22+93=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E165D is #61E9A2. Grayscale: #464646. Windows color (decimal): -6416803 or 6100638. OLE color: 6100638.

HSL color Cylindrical-coordinate representation of color #9E165D: hue angle of 328.68º 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 #9E165D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 22 93 -
CMYK 0 0.86 0.41 0.38
HSL 328.68º 0.76% 0.35% -
HSV(B) 328.68º 0.86% 0.62% -
XYZ 16.36 8.63 11.16 -
YUV 70.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 158 22 93 0 0.86 0.41 0.38 328.68 0.76 0.35
Hex 9E 16 5D 0 56 29 26 149 4C 23
Octal 236 26 135 0 126 51 46 511 114 43
Binary 10011110 10110 1011101 0 1010110 101001 100110 101001001 1001100 100011

Color Harmonies of #9E165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E165D

Black with #9E165D

Text Example


Text Example

White with #9E165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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