Html Css Color HEX #9F0154 Jazzberry Jam

📋 copy color: '#9F0154'

red 159 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #9F0154

Tints of Jazzberry Jam #9F0154

RGB

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

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

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

R = 65.16%
G = 0.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F0154 (or 0x9F0154) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 54. RGB value is (159,1,84). Sum of RGB (Red+Green+Blue) = 159+1+84=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0154 is #60FEAB. Grayscale: #393939. Windows color (decimal): -6356652 or 5505439. OLE color: 5505439.

HSL color Cylindrical-coordinate representation of color #9F0154: hue angle of 328.48º 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 #9F0154 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 84 -
CMYK 0 0.99 0.47 0.38
HSL 328.48º 0.99% 0.31% -
HSV(B) 328.48º 0.99% 0.62% -
XYZ 15.91 8.03 9.1 -
YUV 57.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 159 1 84 0 0.99 0.47 0.38 328.48 0.99 0.31
Hex 9F 1 54 0 63 2F 26 148 63 1F
Octal 237 1 124 0 143 57 46 510 143 37
Binary 10011111 1 1010100 0 1100011 101111 100110 101001000 1100011 11111

Color Harmonies of #9F0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0154

Black with #9F0154

Text Example


Text Example

White with #9F0154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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