Html Css Color HEX #9D1A6E Jazzberry Jam

📋 copy color: '#9D1A6E'

red 157 ◦ green 26 ◦ blue 110

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

Shades of Jazzberry Jam #9D1A6E

Tints of Jazzberry Jam #9D1A6E

RGB

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

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

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

R = 53.58%
G = 8.87%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D1A6E (or 0x9D1A6E) is known color: Jazzberry Jam. HEX triplet: 9D, 1A and 6E. RGB value is (157,26,110). Sum of RGB (Red+Green+Blue) = 157+26+110=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A6E is #62E591. Grayscale: #4A4A4A. Windows color (decimal): -6481298 or 7215773. OLE color: 7215773.

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

Color convert

RGB 157 26 110 -
CMYK 0 0.83 0.30 0.38
HSL 321.53º 0.72% 0.36% -
HSV(B) 321.53º 0.83% 0.62% -
XYZ 17.09 9.03 15.59 -
YUV 74.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 157 26 110 0 0.83 0.30 0.38 321.53 0.72 0.36
Hex 9D 1A 6E 0 53 1E 26 142 48 24
Octal 235 32 156 0 123 36 46 502 110 44
Binary 10011101 11010 1101110 0 1010011 11110 100110 101000010 1001000 100100

Color Harmonies of #9D1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1A6E

Black with #9D1A6E

Text Example


Text Example

White with #9D1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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