Html Css Color HEX #9D0154 Jazzberry Jam

📋 copy color: '#9D0154'

red 157 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #9D0154

Tints of Jazzberry Jam #9D0154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 64.88%
G = 0.41%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D0154 (or 0x9D0154) is known color: Jazzberry Jam. HEX triplet: 9D, 01 and 54. RGB value is (157,1,84). Sum of RGB (Red+Green+Blue) = 157+1+84=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0154 is #62FEAB. Grayscale: #383838. Windows color (decimal): -6487724 or 5505437. OLE color: 5505437.

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

Color convert

RGB 157 1 84 -
CMYK 0 0.99 0.46 0.38
HSL 328.08º 0.99% 0.31% -
HSV(B) 328.08º 0.99% 0.62% -
XYZ 15.52 7.83 9.08 -
YUV 57.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 157 1 84 0 0.99 0.46 0.38 328.08 0.99 0.31
Hex 9D 1 54 0 63 2E 26 148 63 1F
Octal 235 1 124 0 143 56 46 510 143 37
Binary 10011101 1 1010100 0 1100011 101110 100110 101001000 1100011 11111

Color Harmonies of #9D0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0154

Black with #9D0154

Text Example


Text Example

White with #9D0154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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