Html Css Color HEX #9F2165 Jazzberry Jam

📋 copy color: '#9F2165'

red 159 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #9F2165

Tints of Jazzberry Jam #9F2165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 54.27%
G = 11.26%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F2165 (or 0x9F2165) is known color: Jazzberry Jam. HEX triplet: 9F, 21 and 65. RGB value is (159,33,101). Sum of RGB (Red+Green+Blue) = 159+33+101=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2165 is #60DE9A. Grayscale: #4E4E4E. Windows color (decimal): -6348443 or 6627743. OLE color: 6627743.

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

Color convert

RGB 159 33 101 -
CMYK 0 0.79 0.36 0.38
HSL 327.62º 0.66% 0.38% -
HSV(B) 327.62º 0.79% 0.62% -
XYZ 17.19 9.4 13.22 -
YUV 78.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 159 33 101 0 0.79 0.36 0.38 327.62 0.66 0.38
Hex 9F 21 65 0 4F 24 26 148 42 26
Octal 237 41 145 0 117 44 46 510 102 46
Binary 10011111 100001 1100101 0 1001111 100100 100110 101001000 1000010 100110

Color Harmonies of #9F2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2165

Black with #9F2165

Text Example


Text Example

White with #9F2165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,101); }

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

background-color css

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

 a { background-color: rgb(159,33,101); }

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

border-color css

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

 span { border-color: rgb(159,33,101); }

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