Html Css Color HEX #9E135A Jazzberry Jam

📋 copy color: '#9E135A'

red 158 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #9E135A

Tints of Jazzberry Jam #9E135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 59.18%
G = 7.12%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9E135A (or 0x9E135A) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 5A. RGB value is (158,19,90). Sum of RGB (Red+Green+Blue) = 158+19+90=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E135A is #61ECA5. Grayscale: #444444. Windows color (decimal): -6417574 or 5903262. OLE color: 5903262.

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

Color convert

RGB 158 19 90 -
CMYK 0 0.88 0.43 0.38
HSL 329.35º 0.79% 0.35% -
HSV(B) 329.35º 0.88% 0.62% -
XYZ 16.18 8.47 10.46 -
YUV 68.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 158 19 90 0 0.88 0.43 0.38 329.35 0.79 0.35
Hex 9E 13 5A 0 58 2B 26 149 4F 23
Octal 236 23 132 0 130 53 46 511 117 43
Binary 10011110 10011 1011010 0 1011000 101011 100110 101001001 1001111 100011

Color Harmonies of #9E135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E135A

Black with #9E135A

Text Example


Text Example

White with #9E135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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