Html Css Color HEX #9D1D67 Jazzberry Jam

📋 copy color: '#9D1D67'

red 157 ◦ green 29 ◦ blue 103

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

Shades of Jazzberry Jam #9D1D67

Tints of Jazzberry Jam #9D1D67

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 54.33%
G = 10.03%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D1D67 (or 0x9D1D67) is known color: Jazzberry Jam. HEX triplet: 9D, 1D and 67. RGB value is (157,29,103). Sum of RGB (Red+Green+Blue) = 157+29+103=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D67 is #62E298. Grayscale: #4B4B4B. Windows color (decimal): -6480537 or 6757789. OLE color: 6757789.

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

Color convert

RGB 157 29 103 -
CMYK 0 0.82 0.34 0.38
HSL 325.31º 0.69% 0.36% -
HSV(B) 325.31º 0.82% 0.62% -
XYZ 16.79 9.03 13.69 -
YUV 75.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 157 29 103 0 0.82 0.34 0.38 325.31 0.69 0.36
Hex 9D 1D 67 0 52 22 26 145 45 24
Octal 235 35 147 0 122 42 46 505 105 44
Binary 10011101 11101 1100111 0 1010010 100010 100110 101000101 1000101 100100

Color Harmonies of #9D1D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D67

Black with #9D1D67

Text Example


Text Example

White with #9D1D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,103); }

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

background-color css

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

 a { background-color: rgb(157,29,103); }

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

border-color css

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

 span { border-color: rgb(157,29,103); }

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