Html Css Color HEX #9D1E6B Jazzberry Jam

📋 copy color: '#9D1E6B'

red 157 ◦ green 30 ◦ blue 107

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

Shades of Jazzberry Jam #9D1E6B

Tints of Jazzberry Jam #9D1E6B

RGB

 RED value IS 157 (61.72% from 255) = 53.4%

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 53.4%
G = 10.2%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D1E6B (or 0x9D1E6B) is known color: Jazzberry Jam. HEX triplet: 9D, 1E and 6B. RGB value is (157,30,107). Sum of RGB (Red+Green+Blue) = 157+30+107=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E6B is #62E194. Grayscale: #4C4C4C. Windows color (decimal): -6480277 or 7020189. OLE color: 7020189.

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

Color convert

RGB 157 30 107 -
CMYK 0 0.81 0.32 0.38
HSL 323.62º 0.68% 0.37% -
HSV(B) 323.62º 0.81% 0.62% -
XYZ 17.02 9.16 14.78 -
YUV 76.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 157 30 107 0 0.81 0.32 0.38 323.62 0.68 0.37
Hex 9D 1E 6B 0 51 20 26 144 44 25
Octal 235 36 153 0 121 40 46 504 104 45
Binary 10011101 11110 1101011 0 1010001 100000 100110 101000100 1000100 100101

Color Harmonies of #9D1E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E6B

Black with #9D1E6B

Text Example


Text Example

White with #9D1E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,30,107); }

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

background-color css

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

 a { background-color: rgb(157,30,107); }

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

border-color css

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

 span { border-color: rgb(157,30,107); }

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