Html Css Color HEX #9E1969 Jazzberry Jam

📋 copy color: '#9E1969'

red 158 ◦ green 25 ◦ blue 105

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

Shades of Jazzberry Jam #9E1969

Tints of Jazzberry Jam #9E1969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 54.86%
G = 8.68%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E1969 (or 0x9E1969) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 69. RGB value is (158,25,105). Sum of RGB (Red+Green+Blue) = 158+25+105=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1969 is #61E696. Grayscale: #494949. Windows color (decimal): -6416023 or 6887838. OLE color: 6887838.

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

Color convert

RGB 158 25 105 -
CMYK 0 0.84 0.34 0.38
HSL 323.91º 0.73% 0.36% -
HSV(B) 323.91º 0.84% 0.62% -
XYZ 17 8.98 14.2 -
YUV 73.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 158 25 105 0 0.84 0.34 0.38 323.91 0.73 0.36
Hex 9E 19 69 0 54 22 26 144 49 24
Octal 236 31 151 0 124 42 46 504 111 44
Binary 10011110 11001 1101001 0 1010100 100010 100110 101000100 1001001 100100

Color Harmonies of #9E1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1969

Black with #9E1969

Text Example


Text Example

White with #9E1969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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