Html Css Color HEX #9E1765 Jazzberry Jam

📋 copy color: '#9E1765'

red 158 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #9E1765

Tints of Jazzberry Jam #9E1765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 56.03%
G = 8.16%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9E1765 (or 0x9E1765) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 65. RGB value is (158,23,101). Sum of RGB (Red+Green+Blue) = 158+23+101=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1765 is #61E89A. Grayscale: #484848. Windows color (decimal): -6416539 or 6625182. OLE color: 6625182.

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

Color convert

RGB 158 23 101 -
CMYK 0 0.85 0.36 0.38
HSL 325.33º 0.75% 0.35% -
HSV(B) 325.33º 0.85% 0.62% -
XYZ 16.76 8.82 13.13 -
YUV 72.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 158 23 101 0 0.85 0.36 0.38 325.33 0.75 0.35
Hex 9E 17 65 0 55 24 26 145 4B 23
Octal 236 27 145 0 125 44 46 505 113 43
Binary 10011110 10111 1100101 0 1010101 100100 100110 101000101 1001011 100011

Color Harmonies of #9E1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1765

Black with #9E1765

Text Example


Text Example

White with #9E1765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,23,101); }

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

background-color css

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

 a { background-color: rgb(158,23,101); }

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

border-color css

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

 span { border-color: rgb(158,23,101); }

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