Html Css Color HEX #9E1963 Jazzberry Jam

📋 copy color: '#9E1963'

red 158 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #9E1963

Tints of Jazzberry Jam #9E1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 56.03%
G = 8.87%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9E1963 (or 0x9E1963) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 63. RGB value is (158,25,99). Sum of RGB (Red+Green+Blue) = 158+25+99=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1963 is #61E69C. Grayscale: #494949. Windows color (decimal): -6416029 or 6494622. OLE color: 6494622.

HSL color Cylindrical-coordinate representation of color #9E1963: hue angle of 326.62º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1963 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 25 99 -
CMYK 0 0.84 0.37 0.38
HSL 326.62º 0.73% 0.36% -
HSV(B) 326.62º 0.84% 0.62% -
XYZ 16.7 8.87 12.64 -
YUV 73.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 158 25 99 0 0.84 0.37 0.38 326.62 0.73 0.36
Hex 9E 19 63 0 54 25 26 147 49 24
Octal 236 31 143 0 124 45 46 507 111 44
Binary 10011110 11001 1100011 0 1010100 100101 100110 101000111 1001001 100100

Color Harmonies of #9E1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1963

Black with #9E1963

Text Example


Text Example

White with #9E1963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,99); }

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

background-color css

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

 a { background-color: rgb(158,25,99); }

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

border-color css

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

 span { border-color: rgb(158,25,99); }

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