Html Css Color HEX #9E1D6E Jazzberry Jam

📋 copy color: '#9E1D6E'

red 158 ◦ green 29 ◦ blue 110

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

Shades of Jazzberry Jam #9E1D6E

Tints of Jazzberry Jam #9E1D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 53.2%
G = 9.76%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E1D6E (or 0x9E1D6E) is known color: Jazzberry Jam. HEX triplet: 9E, 1D and 6E. RGB value is (158,29,110). Sum of RGB (Red+Green+Blue) = 158+29+110=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D6E is #61E291. Grayscale: #4C4C4C. Windows color (decimal): -6414994 or 7216542. OLE color: 7216542.

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

Color convert

RGB 158 29 110 -
CMYK 0 0.82 0.30 0.38
HSL 322.33º 0.69% 0.37% -
HSV(B) 322.33º 0.82% 0.62% -
XYZ 17.35 9.27 15.63 -
YUV 76.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 158 29 110 0 0.82 0.30 0.38 322.33 0.69 0.37
Hex 9E 1D 6E 0 52 1E 26 142 45 25
Octal 236 35 156 0 122 36 46 502 105 45
Binary 10011110 11101 1101110 0 1010010 11110 100110 101000010 1000101 100101

Color Harmonies of #9E1D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1D6E

Black with #9E1D6E

Text Example


Text Example

White with #9E1D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,29,110); }

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

background-color css

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

 a { background-color: rgb(158,29,110); }

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

border-color css

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

 span { border-color: rgb(158,29,110); }

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