Html Css Color HEX #9F135D Jazzberry Jam

📋 copy color: '#9F135D'

red 159 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #9F135D

Tints of Jazzberry Jam #9F135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 58.67%
G = 7.01%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F135D (or 0x9F135D) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 5D. RGB value is (159,19,93). Sum of RGB (Red+Green+Blue) = 159+19+93=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F135D is #60ECA2. Grayscale: #454545. Windows color (decimal): -6352035 or 6099871. OLE color: 6099871.

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

Color convert

RGB 159 19 93 -
CMYK 0 0.88 0.42 0.38
HSL 328.29º 0.79% 0.35% -
HSV(B) 328.29º 0.88% 0.62% -
XYZ 16.51 8.63 11.15 -
YUV 69.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 159 19 93 0 0.88 0.42 0.38 328.29 0.79 0.35
Hex 9F 13 5D 0 58 2A 26 148 4F 23
Octal 237 23 135 0 130 52 46 510 117 43
Binary 10011111 10011 1011101 0 1011000 101010 100110 101001000 1001111 100011

Color Harmonies of #9F135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F135D

Black with #9F135D

Text Example


Text Example

White with #9F135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,19,93); }

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

background-color css

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

 a { background-color: rgb(159,19,93); }

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

border-color css

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

 span { border-color: rgb(159,19,93); }

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