Html Css Color HEX #9F1E6E Jazzberry Jam

📋 copy color: '#9F1E6E'

red 159 ◦ green 30 ◦ blue 110

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

Shades of Jazzberry Jam #9F1E6E

Tints of Jazzberry Jam #9F1E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 53.18%
G = 10.03%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F1E6E (or 0x9F1E6E) is known color: Jazzberry Jam. HEX triplet: 9F, 1E and 6E. RGB value is (159,30,110). Sum of RGB (Red+Green+Blue) = 159+30+110=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E6E is #60E191. Grayscale: #4D4D4D. Windows color (decimal): -6349202 or 7216799. OLE color: 7216799.

HSL color Cylindrical-coordinate representation of color #9F1E6E: hue angle of 322.79º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E6E is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 30 110 -
CMYK 0 0.81 0.31 0.38
HSL 322.79º 0.68% 0.37% -
HSV(B) 322.79º 0.81% 0.62% -
XYZ 17.58 9.43 15.64 -
YUV 77.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 159 30 110 0 0.81 0.31 0.38 322.79 0.68 0.37
Hex 9F 1E 6E 0 51 1F 26 143 44 25
Octal 237 36 156 0 121 37 46 503 104 45
Binary 10011111 11110 1101110 0 1010001 11111 100110 101000011 1000100 100101

Color Harmonies of #9F1E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E6E

Black with #9F1E6E

Text Example


Text Example

White with #9F1E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,110); }

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

background-color css

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

 a { background-color: rgb(159,30,110); }

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

border-color css

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

 span { border-color: rgb(159,30,110); }

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