Html Css Color HEX #9E055D Jazzberry Jam

📋 copy color: '#9E055D'

red 158 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #9E055D

Tints of Jazzberry Jam #9E055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 61.72%
G = 1.95%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E055D (or 0x9E055D) is known color: Jazzberry Jam. HEX triplet: 9E, 05 and 5D. RGB value is (158,5,93). Sum of RGB (Red+Green+Blue) = 158+5+93=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E055D is #61FAA2. Grayscale: #3C3C3C. Windows color (decimal): -6421155 or 6096286. OLE color: 6096286.

HSL color Cylindrical-coordinate representation of color #9E055D: hue angle of 325.49º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E055D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 93 -
CMYK 0 0.97 0.41 0.38
HSL 325.49º 0.94% 0.32% -
HSV(B) 325.49º 0.97% 0.62% -
XYZ 16.13 8.17 11.08 -
YUV 60.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 158 5 93 0 0.97 0.41 0.38 325.49 0.94 0.32
Hex 9E 5 5D 0 61 29 26 145 5E 20
Octal 236 5 135 0 141 51 46 505 136 40
Binary 10011110 101 1011101 0 1100001 101001 100110 101000101 1011110 100000

Color Harmonies of #9E055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E055D

Black with #9E055D

Text Example


Text Example

White with #9E055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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