Html Css Color HEX #9D0D5E Jazzberry Jam

📋 copy color: '#9D0D5E'

red 157 ◦ green 13 ◦ blue 94

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

Shades of Jazzberry Jam #9D0D5E

Tints of Jazzberry Jam #9D0D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 59.47%
G = 4.92%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D0D5E (or 0x9D0D5E) is known color: Jazzberry Jam. HEX triplet: 9D, 0D and 5E. RGB value is (157,13,94). Sum of RGB (Red+Green+Blue) = 157+13+94=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0D5E is #62F2A1. Grayscale: #414141. Windows color (decimal): -6484642 or 6163869. OLE color: 6163869.

HSL color Cylindrical-coordinate representation of color #9D0D5E: hue angle of 326.25º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0D5E is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 13 94 -
CMYK 0 0.92 0.40 0.38
HSL 326.25º 0.85% 0.33% -
HSV(B) 326.25º 0.92% 0.62% -
XYZ 16.07 8.26 11.34 -
YUV 65.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 157 13 94 0 0.92 0.40 0.38 326.25 0.85 0.33
Hex 9D D 5E 0 5C 28 26 146 55 21
Octal 235 15 136 0 134 50 46 506 125 41
Binary 10011101 1101 1011110 0 1011100 101000 100110 101000110 1010101 100001

Color Harmonies of #9D0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D5E

Black with #9D0D5E

Text Example


Text Example

White with #9D0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,13,94); }

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

background-color css

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

 a { background-color: rgb(157,13,94); }

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

border-color css

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

 span { border-color: rgb(157,13,94); }

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