Html Css Color HEX #9E135D Jazzberry Jam

📋 copy color: '#9E135D'

red 158 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #9E135D

Tints of Jazzberry Jam #9E135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

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

R = 58.52%
G = 7.04%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E135D (or 0x9E135D) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 5D. RGB value is (158,19,93). Sum of RGB (Red+Green+Blue) = 158+19+93=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E135D is #61ECA2. Grayscale: #444444. Windows color (decimal): -6417571 or 6099870. OLE color: 6099870.

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

Color convert

RGB 158 19 93 -
CMYK 0 0.88 0.41 0.38
HSL 328.06º 0.79% 0.35% -
HSV(B) 328.06º 0.88% 0.62% -
XYZ 16.31 8.53 11.14 -
YUV 69 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 158 19 93 0 0.88 0.41 0.38 328.06 0.79 0.35
Hex 9E 13 5D 0 58 29 26 148 4F 23
Octal 236 23 135 0 130 51 46 510 117 43
Binary 10011110 10011 1011101 0 1011000 101001 100110 101001000 1001111 100011

Color Harmonies of #9E135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E135D

Black with #9E135D

Text Example


Text Example

White with #9E135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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