Html Css Color HEX #9E1C64 Jazzberry Jam

📋 copy color: '#9E1C64'

red 158 ◦ green 28 ◦ blue 100

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

Shades of Jazzberry Jam #9E1C64

Tints of Jazzberry Jam #9E1C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 55.24%
G = 9.79%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9E1C64 (or 0x9E1C64) is known color: Jazzberry Jam. HEX triplet: 9E, 1C and 64. RGB value is (158,28,100). Sum of RGB (Red+Green+Blue) = 158+28+100=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C64 is #61E39B. Grayscale: #4A4A4A. Windows color (decimal): -6415260 or 6560926. OLE color: 6560926.

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

Color convert

RGB 158 28 100 -
CMYK 0 0.82 0.37 0.38
HSL 326.77º 0.7% 0.36% -
HSV(B) 326.77º 0.82% 0.62% -
XYZ 16.82 9.02 12.91 -
YUV 75.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 158 28 100 0 0.82 0.37 0.38 326.77 0.7 0.36
Hex 9E 1C 64 0 52 25 26 147 46 24
Octal 236 34 144 0 122 45 46 507 106 44
Binary 10011110 11100 1100100 0 1010010 100101 100110 101000111 1000110 100100

Color Harmonies of #9E1C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1C64

Black with #9E1C64

Text Example


Text Example

White with #9E1C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,28,100); }

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

background-color css

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

 a { background-color: rgb(158,28,100); }

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

border-color css

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

 span { border-color: rgb(158,28,100); }

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