Html Css Color HEX #9F0354 Jazzberry Jam

📋 copy color: '#9F0354'

red 159 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #9F0354

Tints of Jazzberry Jam #9F0354

RGB

 RED value IS 159 (62.5% from 255) = 64.63%

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 64.63%
G = 1.22%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F0354 (or 0x9F0354) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 54. RGB value is (159,3,84). Sum of RGB (Red+Green+Blue) = 159+3+84=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0354 is #60FCAB. Grayscale: #3A3A3A. Windows color (decimal): -6356140 or 5505951. OLE color: 5505951.

HSL color Cylindrical-coordinate representation of color #9F0354: hue angle of 328.85º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0354 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 3 84 -
CMYK 0 0.98 0.47 0.38
HSL 328.85º 0.96% 0.32% -
HSV(B) 328.85º 0.98% 0.62% -
XYZ 15.93 8.08 9.11 -
YUV 58.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 159 3 84 0 0.98 0.47 0.38 328.85 0.96 0.32
Hex 9F 3 54 0 62 2F 26 149 60 20
Octal 237 3 124 0 142 57 46 511 140 40
Binary 10011111 11 1010100 0 1100010 101111 100110 101001001 1100000 100000

Color Harmonies of #9F0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0354

Black with #9F0354

Text Example


Text Example

White with #9F0354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,84); }

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

background-color css

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

 a { background-color: rgb(159,3,84); }

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

border-color css

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

 span { border-color: rgb(159,3,84); }

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