Html Css Color HEX #9D0E54 Jazzberry Jam

📋 copy color: '#9D0E54'

red 157 ◦ green 14 ◦ blue 84

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

Shades of Jazzberry Jam #9D0E54

Tints of Jazzberry Jam #9D0E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 61.57%
G = 5.49%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D0E54 (or 0x9D0E54) is known color: Jazzberry Jam. HEX triplet: 9D, 0E and 54. RGB value is (157,14,84). Sum of RGB (Red+Green+Blue) = 157+14+84=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E54 is #62F1AB. Grayscale: #404040. Windows color (decimal): -6484396 or 5508765. OLE color: 5508765.

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

Color convert

RGB 157 14 84 -
CMYK 0 0.91 0.46 0.38
HSL 330.63º 0.84% 0.34% -
HSV(B) 330.63º 0.91% 0.62% -
XYZ 15.66 8.12 9.13 -
YUV 64.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 157 14 84 0 0.91 0.46 0.38 330.63 0.84 0.34
Hex 9D E 54 0 5B 2E 26 14B 54 22
Octal 235 16 124 0 133 56 46 513 124 42
Binary 10011101 1110 1010100 0 1011011 101110 100110 101001011 1010100 100010

Color Harmonies of #9D0E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E54

Black with #9D0E54

Text Example


Text Example

White with #9D0E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,84); }

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

background-color css

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

 a { background-color: rgb(157,14,84); }

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

border-color css

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

 span { border-color: rgb(157,14,84); }

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