Html Css Color HEX #9F1965 Jazzberry Jam

📋 copy color: '#9F1965'

red 159 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #9F1965

Tints of Jazzberry Jam #9F1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

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

R = 55.79%
G = 8.77%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F1965 (or 0x9F1965) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 65. RGB value is (159,25,101). Sum of RGB (Red+Green+Blue) = 159+25+101=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1965 is #60E69A. Grayscale: #494949. Windows color (decimal): -6350491 or 6625695. OLE color: 6625695.

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

Color convert

RGB 159 25 101 -
CMYK 0 0.84 0.36 0.38
HSL 325.97º 0.73% 0.36% -
HSV(B) 325.97º 0.84% 0.62% -
XYZ 16.99 9.01 13.15 -
YUV 73.73 143.39 188.82 -
System Red Green Blue C M Y K H S L
Decimal 159 25 101 0 0.84 0.36 0.38 325.97 0.73 0.36
Hex 9F 19 65 0 54 24 26 146 49 24
Octal 237 31 145 0 124 44 46 506 111 44
Binary 10011111 11001 1100101 0 1010100 100100 100110 101000110 1001001 100100

Color Harmonies of #9F1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1965

Black with #9F1965

Text Example


Text Example

White with #9F1965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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