Html Css Color HEX #9D1E65 Jazzberry Jam

📋 copy color: '#9D1E65'

red 157 ◦ green 30 ◦ blue 101

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

Shades of Jazzberry Jam #9D1E65

Tints of Jazzberry Jam #9D1E65

RGB

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

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

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

R = 54.51%
G = 10.42%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D1E65 (or 0x9D1E65) is known color: Jazzberry Jam. HEX triplet: 9D, 1E and 65. RGB value is (157,30,101). Sum of RGB (Red+Green+Blue) = 157+30+101=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E65 is #62E19A. Grayscale: #4B4B4B. Windows color (decimal): -6480283 or 6626973. OLE color: 6626973.

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

Color convert

RGB 157 30 101 -
CMYK 0 0.81 0.36 0.38
HSL 326.46º 0.68% 0.37% -
HSV(B) 326.46º 0.81% 0.62% -
XYZ 16.72 9.04 13.17 -
YUV 76.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 157 30 101 0 0.81 0.36 0.38 326.46 0.68 0.37
Hex 9D 1E 65 0 51 24 26 146 44 25
Octal 235 36 145 0 121 44 46 506 104 45
Binary 10011101 11110 1100101 0 1010001 100100 100110 101000110 1000100 100101

Color Harmonies of #9D1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E65

Black with #9D1E65

Text Example


Text Example

White with #9D1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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