Html Css Color HEX #9E146A Jazzberry Jam

📋 copy color: '#9E146A'

red 158 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #9E146A

Tints of Jazzberry Jam #9E146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 55.63%
G = 7.04%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E146A (or 0x9E146A) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 6A. RGB value is (158,20,106). Sum of RGB (Red+Green+Blue) = 158+20+106=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E146A is #61EB95. Grayscale: #464646. Windows color (decimal): -6417302 or 6952094. OLE color: 6952094.

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

Color convert

RGB 158 20 106 -
CMYK 0 0.87 0.33 0.38
HSL 322.61º 0.78% 0.35% -
HSV(B) 322.61º 0.87% 0.62% -
XYZ 16.95 8.81 14.44 -
YUV 71.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 158 20 106 0 0.87 0.33 0.38 322.61 0.78 0.35
Hex 9E 14 6A 0 57 21 26 143 4E 23
Octal 236 24 152 0 127 41 46 503 116 43
Binary 10011110 10100 1101010 0 1010111 100001 100110 101000011 1001110 100011

Color Harmonies of #9E146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E146A

Black with #9E146A

Text Example


Text Example

White with #9E146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,20,106); }

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

background-color css

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

 a { background-color: rgb(158,20,106); }

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

border-color css

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

 span { border-color: rgb(158,20,106); }

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