Html Css Color HEX #9F1B6A Jazzberry Jam

📋 copy color: '#9F1B6A'

red 159 ◦ green 27 ◦ blue 106

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

Shades of Jazzberry Jam #9F1B6A

Tints of Jazzberry Jam #9F1B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 54.45%
G = 9.25%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F1B6A (or 0x9F1B6A) is known color: Jazzberry Jam. HEX triplet: 9F, 1B and 6A. RGB value is (159,27,106). Sum of RGB (Red+Green+Blue) = 159+27+106=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1B6A is #60E495. Grayscale: #4B4B4B. Windows color (decimal): -6349974 or 6953887. OLE color: 6953887.

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

Color convert

RGB 159 27 106 -
CMYK 0 0.83 0.33 0.38
HSL 324.09º 0.71% 0.36% -
HSV(B) 324.09º 0.83% 0.62% -
XYZ 17.29 9.2 14.5 -
YUV 75.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 159 27 106 0 0.83 0.33 0.38 324.09 0.71 0.36
Hex 9F 1B 6A 0 53 21 26 144 47 24
Octal 237 33 152 0 123 41 46 504 107 44
Binary 10011111 11011 1101010 0 1010011 100001 100110 101000100 1000111 100100

Color Harmonies of #9F1B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B6A

Black with #9F1B6A

Text Example


Text Example

White with #9F1B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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