Html Css Color HEX #9D1A65 Jazzberry Jam

📋 copy color: '#9D1A65'

red 157 ◦ green 26 ◦ blue 101

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

Shades of Jazzberry Jam #9D1A65

Tints of Jazzberry Jam #9D1A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

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

R = 55.28%
G = 9.15%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D1A65 (or 0x9D1A65) is known color: Jazzberry Jam. HEX triplet: 9D, 1A and 65. RGB value is (157,26,101). Sum of RGB (Red+Green+Blue) = 157+26+101=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A65 is #62E59A. Grayscale: #494949. Windows color (decimal): -6481307 or 6625949. OLE color: 6625949.

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

Color convert

RGB 157 26 101 -
CMYK 0 0.83 0.36 0.38
HSL 325.65º 0.72% 0.36% -
HSV(B) 325.65º 0.83% 0.62% -
XYZ 16.62 8.85 13.14 -
YUV 73.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 157 26 101 0 0.83 0.36 0.38 325.65 0.72 0.36
Hex 9D 1A 65 0 53 24 26 146 48 24
Octal 235 32 145 0 123 44 46 506 110 44
Binary 10011101 11010 1100101 0 1010011 100100 100110 101000110 1001000 100100

Color Harmonies of #9D1A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1A65

Black with #9D1A65

Text Example


Text Example

White with #9D1A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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