Html Css Color HEX #9F1B5A Jazzberry Jam

📋 copy color: '#9F1B5A'

red 159 ◦ green 27 ◦ blue 90

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

Shades of Jazzberry Jam #9F1B5A

Tints of Jazzberry Jam #9F1B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

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

R = 57.61%
G = 9.78%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F1B5A (or 0x9F1B5A) is known color: Jazzberry Jam. HEX triplet: 9F, 1B and 5A. RGB value is (159,27,90). Sum of RGB (Red+Green+Blue) = 159+27+90=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1B5A is #60E4A5. Grayscale: #494949. Windows color (decimal): -6349990 or 5905311. OLE color: 5905311.

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

Color convert

RGB 159 27 90 -
CMYK 0 0.83 0.43 0.38
HSL 331.36º 0.71% 0.36% -
HSV(B) 331.36º 0.83% 0.62% -
XYZ 16.54 8.89 10.52 -
YUV 73.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 159 27 90 0 0.83 0.43 0.38 331.36 0.71 0.36
Hex 9F 1B 5A 0 53 2B 26 14B 47 24
Octal 237 33 132 0 123 53 46 513 107 44
Binary 10011111 11011 1011010 0 1010011 101011 100110 101001011 1000111 100100

Color Harmonies of #9F1B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B5A

Black with #9F1B5A

Text Example


Text Example

White with #9F1B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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