Html Css Color HEX #9F135A Jazzberry Jam

📋 copy color: '#9F135A'

red 159 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #9F135A

Tints of Jazzberry Jam #9F135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 59.33%
G = 7.09%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F135A (or 0x9F135A) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 5A. RGB value is (159,19,90). Sum of RGB (Red+Green+Blue) = 159+19+90=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F135A is #60ECA5. Grayscale: #444444. Windows color (decimal): -6352038 or 5903263. OLE color: 5903263.

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

Color convert

RGB 159 19 90 -
CMYK 0 0.88 0.43 0.38
HSL 329.57º 0.79% 0.35% -
HSV(B) 329.57º 0.88% 0.62% -
XYZ 16.38 8.57 10.46 -
YUV 68.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 159 19 90 0 0.88 0.43 0.38 329.57 0.79 0.35
Hex 9F 13 5A 0 58 2B 26 14A 4F 23
Octal 237 23 132 0 130 53 46 512 117 43
Binary 10011111 10011 1011010 0 1011000 101011 100110 101001010 1001111 100011

Color Harmonies of #9F135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F135A

Black with #9F135A

Text Example


Text Example

White with #9F135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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